diff options
Diffstat (limited to 'app/Http/Exceptions/HttpGoneException.php')
| -rw-r--r-- | app/Http/Exceptions/HttpGoneException.php | 2 |
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.'); |
