Re-register service providers

This commit is contained in:
Shift
2024-03-18 16:13:28 +00:00
parent 11b63e791f
commit 7a44413dfa
2 changed files with 3 additions and 16 deletions

View File

@@ -6,7 +6,9 @@ use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;
return Application::configure(basePath: dirname(__DIR__))
->withProviders()
->withProviders([
\Scyllaly\HCaptcha\HCaptchaServiceProvider::class,
])
->withRouting(
web: __DIR__.'/../routes/web.php',
// api: __DIR__.'/../routes/api.php',