Skip to content

Commit 43e23c0

Browse files
authored
Update RolesServiceProvider.php
fix database seeder path
1 parent 0aaa1e1 commit 43e23c0

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
@@ -117,7 +117,7 @@ private function publishFiles()
117117
], $publishTag.'-migrations');
118118

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

123123
$this->publishes([

0 commit comments

Comments
 (0)