Skip to content

Commit f5449fa

Browse files
authored
Merge pull request #19 from lara-zeus/fix-migration
fix migration file name
2 parents 84cb1a7 + 8fb04e0 commit f5449fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RainServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function getCommands(): array
4242
public function packageConfiguring(Package $package): void
4343
{
4444
$package
45-
->hasMigrations(['create_widgets_table'])
45+
->hasMigrations(['create_layouts_table'])
4646
->hasRoute('web');
4747
}
4848
}

0 commit comments

Comments
 (0)