Skip to content

Commit

Permalink
laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp authored Nov 7, 2020
1 parent 9b027e7 commit 23bfc96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ public function boot()
public function register()
{
$this->registerAssets();

$this->booted(function () {
$this->loadRoutes();
});
}

/**
Expand Down

0 comments on commit 23bfc96

Please sign in to comment.