summaryrefslogtreecommitdiff
path: root/app/Http/Exceptions/HttpGoneException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Exceptions/HttpGoneException.php')
-rw-r--r--app/Http/Exceptions/HttpGoneException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Exceptions/HttpGoneException.php b/app/Http/Exceptions/HttpGoneException.php
index 97cce57090..0b6c5cd679 100644
--- a/app/Http/Exceptions/HttpGoneException.php
+++ b/app/Http/Exceptions/HttpGoneException.php
@@ -30,7 +30,7 @@ class HttpGoneException extends HttpException
/**
* @param string|null $message
*/
- public function __construct(string $message = null)
+ public function __construct(string|null $message = null)
{
$message ??= I18N::translate('This page has been deleted.');