Skip to content

Commit

Permalink
Move routes to root path
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Sep 25, 2022
1 parent 3a5c874 commit fe3ef42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/MagicLinkServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function boot()
$this->loadMigrationsFrom(__DIR__.'/../databases/migrations');

if ($this->mustLoadRoute()) {
$this->loadRoutesFrom(__DIR__.'/routes.php');
$this->loadRoutesFrom(__DIR__.'/../routes/routes.php');
}

// Views
Expand Down

0 comments on commit fe3ef42

Please sign in to comment.