Skip to content

Commit

Permalink
chore: remove publication of service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfvandekrol committed Nov 24, 2023
1 parent 7714392 commit 8d58100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LtiProviderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function configurePackage(Package $package): void
'2023_10_26_100000_add_client_table',
'2023_10_26_200000_add_lti_tables'
)
->publishesServiceProvider('LtiProviderServiceProvider')
->hasConfigFile()
->hasCommand(DeleteExpiredLtiNonces::class)
->hasInstallCommand(function (InstallCommand $command) {
Expand Down

0 comments on commit 8d58100

Please sign in to comment.