Skip to content

Commit 5459486

Browse files
committed
Fix call
1 parent 737bdbb commit 5459486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelPatchesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public function configurePackage(Package $package): void
2323
$package
2424
->name('laravel-patches')
2525
->hasMigration('create_patches_table')
26-
->hasCommands(PatchMakeCommand::class, PatchCommand::class, RollbackCommand::class);
26+
->hasCommands([PatchMakeCommand::class, PatchCommand::class, RollbackCommand::class]);
2727
}
2828
}

0 commit comments

Comments
 (0)