Skip to content

Commit

Permalink
Use migration_table_name in service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachLeo committed Jul 16, 2024
1 parent 672bf72 commit d7acb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkeletonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function configurePackage(Package $package): void
->name('skeleton')
->hasConfigFile()
->hasViews()
->hasMigration('create_skeleton_table')
->hasMigration('create_migration_table_name_table')
->hasCommand(SkeletonCommand::class);
}
}

0 comments on commit d7acb7b

Please sign in to comment.