Skip to content

Commit

Permalink
Update FilamentServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Mar 2, 2021
1 parent d4c917c commit 0004e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function bootCommands()
$aliases = [];

foreach ($commands as $command) {
$class = 'Filament\\Commands\\Aliases\\'.class_basename($command);
$class = 'Filament\\Commands\\Aliases\\' . class_basename($command);

if (! class_exists($class)) {
continue;
Expand Down

0 comments on commit 0004e1e

Please sign in to comment.