Skip to content

Commit

Permalink
Merge pull request #12 from Rkallenkoot/patch-1
Browse files Browse the repository at this point in the history
Fix published migration name in LtiProviderServiceProvider.php
  • Loading branch information
tommie1001 authored Jun 7, 2024
2 parents af73778 + f1a3118 commit 8094dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LtiProviderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function configurePackage(Package $package): void
$package
->name('laravel-lti-provider')
->hasMigrations(
'2023_10_26_100000_add_client_table',
'2023_10_26_100000_add_lti_clients_table',
'2023_10_26_200000_add_lti_tables'
)
->hasConfigFile()
Expand Down

0 comments on commit 8094dee

Please sign in to comment.