Skip to content

Commit fc0b0f6

Browse files
authored
Merge pull request #181 from abhishekpaul/patch-1
Fix database seeder publish path
2 parents 0400479 + 43e23c0 commit fc0b0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RolesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private function publishFiles()
120120
], $publishTag.'-migrations');
121121

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

126126
$this->publishes([

0 commit comments

Comments
 (0)