mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Moved NotFoundHandler to ErrorHandler namespace
This commit is contained in:
@@ -67,7 +67,7 @@ return [
|
||||
],
|
||||
'not-found' => [
|
||||
'middleware' => [
|
||||
Core\Response\NotFoundHandler::class,
|
||||
Core\ErrorHandler\NotFoundHandler::class,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user