Skip to content

Commit 9f6f018

Browse files
committed
prepares
1 parent 911aefb commit 9f6f018

File tree

5 files changed

+81
-73
lines changed

5 files changed

+81
-73
lines changed

bootstrap/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
->withRouting(
2020
web: __DIR__.'/../routes/web.php',
2121
api: __DIR__.'/../routes/api.php',
22+
commands: __DIR__.'/../routes/console.php',
2223
)
2324
->withMiddleware(fn (Middleware $middleware) => $middleware
2425
->use($globalMiddlaware)

composer.lock

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)