diff --git a/src/Exceptions/NotFoundHandler.php b/src/Exceptions/NotFoundHandler.php new file mode 100644 index 0000000..b1626bc --- /dev/null +++ b/src/Exceptions/NotFoundHandler.php @@ -0,0 +1,22 @@ +app->singleton(ExceptionHandler::class, NotFoundHandler::class); $this->registerConfigs(); $this->registerCommands();