Skip to content

Commit f853c88

Browse files
committed
fix for migration in service provider
1 parent 49d0030 commit f853c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlogEtcServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function boot()
3131
'2018_09_16_224023_add_author_and_url_blog_etc_posts_table.php',
3232
'2018_09_26_085711_add_short_desc_textrea_to_blog_etc.php',
3333
'2018_09_27_122627_create_blog_etc_uploaded_photos_table.php',
34-
'2020_05_27_104123_add_parameters_blog_etc_categories_table'
34+
'2020_05_27_104123_add_parameters_blog_etc_categories_table.php'
3535
] as $file) {
3636

3737
$this->publishes([

0 commit comments

Comments
 (0)