From 2cf0bfe3c4a3a4b1cb304b4489e6281a8b4c1995 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 11 May 2025 13:56:07 +0200 Subject: [PATCH] Temp commit because the build fails otherwise and I haven't fixed that yet. --- app/Exceptions/Handler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index ea7b870fa1..fa2db44367 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -45,10 +45,12 @@ use Symfony\Component\HttpKernel\Exception\HttpException; use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; + +// temp /** * Class Handler */ -class Handler extends ExceptionHandler +class Handler extends ExceptionHandler { /** * @var array>