Moves `withProviders` to configure internally (#6340)
This commit is contained in:
parent
059f45ab9e
commit
d2b3ab2455
|
@ -5,7 +5,6 @@
|
|||
use Illuminate\Foundation\Configuration\Middleware;
|
||||
|
||||
return Application::configure(basePath: dirname(__DIR__))
|
||||
->withProviders()
|
||||
->withRouting(
|
||||
web: __DIR__.'/../routes/web.php',
|
||||
// api: __DIR__.'/../routes/api.php',
|
||||
|
|
Loading…
Reference in New Issue