Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro authored and github-actions[bot] committed Nov 16, 2023
1 parent b054dfa commit 08f007c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/VerbsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public function configurePackage(Package $package): void
$package
->name('verbs')
->hasConfigFile()
->hasCommands(
MakeVerbEventCommand::class,
MakeVerbStateCommand::class,
)
->hasCommands(
MakeVerbEventCommand::class,
MakeVerbStateCommand::class,
)
->hasMigrations(
'create_verb_events_table',
'create_verb_snapshots_table',
Expand Down

0 comments on commit 08f007c

Please sign in to comment.