Skip to content

Commit

Permalink
🔧 Remove default routing from Application::configure() (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Jul 16, 2024
1 parent 156b32b commit acb5892
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Roots/Acorn/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ public static function configure(?string $basePath = null)
->withEvents()
->withCommands()
->withProviders()
->withRouting(
web: $basePath.'/routes/web.php',
api: $basePath.'/routes/api.php',
)
->withMiddleware()
->withExceptions();
}
Expand Down

0 comments on commit acb5892

Please sign in to comment.