mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Re-register these providers
This commit is contained in:
@@ -53,6 +53,12 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
'recaptcha' => \App\Http\Middleware\VerifyReCaptcha::class,
|
||||
]);
|
||||
})
|
||||
->withSingletons([
|
||||
\Illuminate\Contracts\Console\Kernel::class => \App\Console\Kernel::class,
|
||||
\Illuminate\Contracts\Debug\ExceptionHandler::class => \App\Exceptions\Handler::class,
|
||||
])
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
})->create();
|
||||
|
||||
})
|
||||
->create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user