Skip to content

Commit 0e5e05b

Browse files
authored
Merge pull request #340 from EinfachLeo/main
Use migration_table_name in service provider
2 parents 672bf72 + d7acb7b commit 0e5e05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SkeletonServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function configurePackage(Package $package): void
1919
->name('skeleton')
2020
->hasConfigFile()
2121
->hasViews()
22-
->hasMigration('create_skeleton_table')
22+
->hasMigration('create_migration_table_name_table')
2323
->hasCommand(SkeletonCommand::class);
2424
}
2525
}

0 commit comments

Comments
 (0)