Skip to content

Commit d7acb7b

Browse files
committed
Use migration_table_name in service provider
1 parent 672bf72 commit d7acb7b

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)