Skip to content

Commit

Permalink
Merge pull request #18 from nikolajlovenhardt/patch-1
Browse files Browse the repository at this point in the history
[Fix] Register previously defined routes
  • Loading branch information
esbenp authored Jan 11, 2024
2 parents d05c3e2 + 9ff95ff commit 9cf3228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public function boot()
*/
public function register()
{
parent::register();

$this->registerAssets();

$this->booted(function () {
Expand Down

0 comments on commit 9cf3228

Please sign in to comment.