Re-register service providers

This commit is contained in:
Lance Pioch
2024-03-19 20:44:21 -04:00
parent ec38f7567e
commit ab4c3eedc3
3 changed files with 10 additions and 24 deletions

View File

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