Skip to content

Commit

Permalink
prepares
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Oct 9, 2024
1 parent 911aefb commit 9f6f018
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 73 deletions.
1 change: 1 addition & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
->withRouting(
web: __DIR__.'/../routes/web.php',
api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php',
)
->withMiddleware(fn (Middleware $middleware) => $middleware
->use($globalMiddlaware)
Expand Down
142 changes: 71 additions & 71 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f6f018

Please sign in to comment.