Skip to content

Commit

Permalink
Update RolesServiceProvider.php
Browse files Browse the repository at this point in the history
fix database seeder path
  • Loading branch information
abhishekpaul authored Apr 6, 2022
1 parent 0aaa1e1 commit 43e23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RolesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private function publishFiles()
], $publishTag.'-migrations');

$this->publishes([
__DIR__.'/Database/Seeders/publish' => database_path('seeds'),
__DIR__.'/Database/Seeders/publish' => database_path('seeders'),
], $publishTag.'-seeds');

$this->publishes([
Expand Down

0 comments on commit 43e23c0

Please sign in to comment.