We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84cb1a7 + 8fb04e0 commit f5449faCopy full SHA for f5449fa
src/RainServiceProvider.php
@@ -42,7 +42,7 @@ protected function getCommands(): array
42
public function packageConfiguring(Package $package): void
43
{
44
$package
45
- ->hasMigrations(['create_widgets_table'])
+ ->hasMigrations(['create_layouts_table'])
46
->hasRoute('web');
47
}
48
0 commit comments