Skip to content
Snippets Groups Projects
Commit ed9c8e09 authored by cilefen's avatar cilefen
Browse files

Issue #2575967 by rashidkhan, mpdonadio: Documentation for on403 function in...

Issue #2575967 by rashidkhan, mpdonadio: Documentation for on403 function in Http4xxController file is wrong
parent 43de9e09
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ public function on401() {
* The default 403 content.
*
* @return array
* A render array containing the message to display for 404 pages.
* A render array containing the message to display for 403 pages.
*/
public function on403() {
return [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment