From a2c47304d8230f1937c2a4f019aba89fa74203bc Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 29 Aug 2018 13:58:50 +0200 Subject: Added generic error pages --- config/app.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/app.php b/config/app.php index ea394b8e..19118f1d 100644 --- a/config/app.php +++ b/config/app.php @@ -26,6 +26,7 @@ return [ \Engelsystem\Middleware\SendResponseHandler::class, \Engelsystem\Middleware\ExceptionHandler::class, \Engelsystem\Middleware\SetLocale::class, + \Engelsystem\Middleware\ErrorHandler::class, \Engelsystem\Middleware\RouteDispatcher::class, \Engelsystem\Middleware\RequestHandler::class, ], -- cgit v1.2.3-70-g09d2