We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4b71 commit f3bcbfbCopy full SHA for f3bcbfb
2 files changed
app/Config/Routing.php
@@ -78,7 +78,7 @@ class Routing extends BaseRouting
78
* Example:
79
* public $override404 = 'App\Errors::show404';
80
*/
81
- public $override404;
+ public ?string $override404 = null;
82
83
/**
84
* If TRUE, the system will attempt to match the URI against
system/Config/Routing.php
@@ -76,7 +76,7 @@ class Routing extends BaseConfig
76
77
0 commit comments