Skip to content

Commit

Permalink
Merge pull request #181 from abhishekpaul/patch-1
Browse files Browse the repository at this point in the history
Fix database seeder publish path
  • Loading branch information
jeremykenedy committed Sep 9, 2022
2 parents 0400479 + 43e23c0 commit fc0b0f6
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 @@ -120,7 +120,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 fc0b0f6

Please sign in to comment.