Skip to content

Commit

Permalink
Merge pull request #340 from EinfachLeo/main
Browse files Browse the repository at this point in the history
Use migration_table_name in service provider
  • Loading branch information
freekmurze authored Jul 16, 2024
2 parents 672bf72 + d7acb7b commit 0e5e05b
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 0e5e05b

Please sign in to comment.