From d2b3ab2455276e13e0086d02fcf5e869cc893d01 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 13 Feb 2024 21:53:33 +0000 Subject: [PATCH] Moves `withProviders` to configure internally (#6340) --- bootstrap/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index d5d7e70d..1cb02eb5 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -5,7 +5,6 @@ use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) - ->withProviders() ->withRouting( web: __DIR__.'/../routes/web.php', // api: __DIR__.'/../routes/api.php',