Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add default middleware and exceptions when configuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Apr 2, 2024
1 parent 91a374c commit 862381b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Roots/Acorn/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ public static function configure(?string $basePath = null)
->withEvents()
->withCommands()
->withProviders()
->withRouting();
->withRouting()
->withMiddleware()
->withExceptions();
}

/**
Expand Down

0 comments on commit 862381b

Please sign in to comment.