mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
Re-register these providers
This commit is contained in:
parent
add838d42f
commit
cd9044753f
@ -53,6 +53,12 @@ return Application::configure(basePath: dirname(__DIR__))
|
|||||||
'recaptcha' => \App\Http\Middleware\VerifyReCaptcha::class,
|
'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) {
|
->withExceptions(function (Exceptions $exceptions) {
|
||||||
//
|
|
||||||
})->create();
|
})
|
||||||
|
->create();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user