Skip to content

Commit b11b1b6

Browse files
committed
space
1 parent 1502957 commit b11b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelElasticaBridgeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function configurePackage(Package $package): void
2121
$package
2222
->name('laravel-elastica-bridge')
2323
->hasConfigFile()
24-
->hasCommands([IndexCommand::class,StatusCommand::class]);
24+
->hasCommands([IndexCommand::class, StatusCommand::class]);
2525
}
2626

2727
public function packageRegistered():void

0 commit comments

Comments
 (0)