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 d4c917c commit 0004e1eCopy full SHA for 0004e1e
src/FilamentServiceProvider.php
@@ -75,7 +75,7 @@ protected function bootCommands()
75
$aliases = [];
76
77
foreach ($commands as $command) {
78
- $class = 'Filament\\Commands\\Aliases\\'.class_basename($command);
+ $class = 'Filament\\Commands\\Aliases\\' . class_basename($command);
79
80
if (! class_exists($class)) {
81
continue;
0 commit comments