File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ class TaggingServiceProvider extends ServiceProvider {
20
20
public function boot ()
21
21
{
22
22
$ this ->publishes ([
23
- __DIR__ .'/../config/tagging.php ' => config_path ('tagging.php ' ),
24
- __DIR__ .'/../migrations/2014_01_07_073615_create_tagged_table.php ' => $ this ->app ->databasePath ().('/migrations/2014_01_07_073615_create_tagged_table.php ' ),
25
- __DIR__ .'/../migrations/2014_01_07_073615_create_tags_table.php ' => $ this ->app ->databasePath ().('/migrations/2014_01_07_073615_create_tags_table.php ' ),
23
+ __DIR__ .'/../../ config/tagging.php ' => config_path ('tagging.php ' ),
24
+ __DIR__ .'/../../ migrations/2014_01_07_073615_create_tagged_table.php ' => $ this ->app ->databasePath ().('/migrations/2014_01_07_073615_create_tagged_table.php ' ),
25
+ __DIR__ .'/../../ migrations/2014_01_07_073615_create_tags_table.php ' => $ this ->app ->databasePath ().('/migrations/2014_01_07_073615_create_tags_table.php ' ),
26
26
]);
27
27
}
28
28
@@ -56,4 +56,4 @@ public function when()
56
56
return array ('artisan.start ' );
57
57
}
58
58
59
- }
59
+ }
You can’t perform that action at this time.
0 commit comments