We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737bdbb commit 5459486Copy full SHA for 5459486
src/LaravelPatchesServiceProvider.php
@@ -23,6 +23,6 @@ public function configurePackage(Package $package): void
23
$package
24
->name('laravel-patches')
25
->hasMigration('create_patches_table')
26
- ->hasCommands(PatchMakeCommand::class, PatchCommand::class, RollbackCommand::class);
+ ->hasCommands([PatchMakeCommand::class, PatchCommand::class, RollbackCommand::class]);
27
}
28
0 commit comments