Moved NotFoundHandler to ErrorHandler namespace

This commit is contained in:
Alejandro Celaya
2019-11-23 10:11:34 +01:00
parent 74854b3dac
commit 89e373f775
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ return [
],
'not-found' => [
'middleware' => [
Core\Response\NotFoundHandler::class,
Core\ErrorHandler\NotFoundHandler::class,
],
],
],