Skip to content

Commit

Permalink
Merge branch 'main' of github.com:thedevdojo/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 20, 2024
2 parents b5f1aba + abeb088 commit a2ab44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function boot(): void

// Publish the migrations
$this->publishes([
__DIR__.'/../database/migrations' => database_path('migrations')
__DIR__.'/../database/migrations' => database_path('migrations'),
], 'auth:migrations');

// Registering package commands.
Expand Down

0 comments on commit a2ab44a

Please sign in to comment.