Skip to content

Commit

Permalink
Update FortifyServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 8, 2020
1 parent 5b68d94 commit e8d129b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FortifyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ protected function configurePublishing()
$this->publishes([
__DIR__.'/../database/migrations' => database_path('migrations'),
], 'fortify-migrations');

$this->publishes([
__DIR__.'/../routes/routes.php' => base_path('routes/fortify'),
], 'fortify-routes');
}
}

Expand Down

0 comments on commit e8d129b

Please sign in to comment.