Skip to content

Commit 0004e1e

Browse files
authored
Update FilamentServiceProvider.php
1 parent d4c917c commit 0004e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilamentServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function bootCommands()
7575
$aliases = [];
7676

7777
foreach ($commands as $command) {
78-
$class = 'Filament\\Commands\\Aliases\\'.class_basename($command);
78+
$class = 'Filament\\Commands\\Aliases\\' . class_basename($command);
7979

8080
if (! class_exists($class)) {
8181
continue;

0 commit comments

Comments
 (0)