We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02c87 commit a3d4a76Copy full SHA for a3d4a76
bootstrap/app.php
@@ -19,8 +19,6 @@
19
->withRouting(
20
web: __DIR__.'/../routes/web.php',
21
api: __DIR__.'/../routes/api.php',
22
- commands: __DIR__.'/../routes/console.php',
23
- health: '/up',
24
)
25
->withMiddleware(fn (Middleware $middleware) => $middleware
26
->use($globalMiddlaware)
0 commit comments