summaryrefslogtreecommitdiff
path: root/app/Http/Exceptions/HttpNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Exceptions/HttpNotFoundException.php')
-rw-r--r--app/Http/Exceptions/HttpNotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Exceptions/HttpNotFoundException.php b/app/Http/Exceptions/HttpNotFoundException.php
index 2edb6211bc..fc69a55f20 100644
--- a/app/Http/Exceptions/HttpNotFoundException.php
+++ b/app/Http/Exceptions/HttpNotFoundException.php
@@ -30,7 +30,7 @@ class HttpNotFoundException extends HttpException
/**
* @param string|null $message
*/
- public function __construct(string $message = null)
+ public function __construct(string|null $message = null)
{
$message ??= I18N::translate('You do not have permission to view this page.');