Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 13, 2023
1 parent a37f65d commit 4487916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public function boot()
protected function routes()
{
Nova::routes()
->withAuthenticationRoutes()
->withPasswordResetRoutes()
->register();
->withAuthenticationRoutes()
->withPasswordResetRoutes()
->register();
}

/**
Expand Down

0 comments on commit 4487916

Please sign in to comment.