Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-yifan committed Sep 20, 2024
1 parent 73a0192 commit 38c53fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Foundation/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Illuminate\Support\Carbon;
use Illuminate\Support\Env;
use Illuminate\Support\InteractsWithTime;
use Illuminate\Support\Str;
use ReflectionClass;
use SplFileInfo;
use Symfony\Component\Console\ConsoleEvents;
Expand Down Expand Up @@ -385,7 +384,7 @@ protected function load($paths)
protected function commandClassFromFile(SplFileInfo $file): string
{
return implode(
"\\",
'\\',
array_map(
'ucfirst',
explode(DIRECTORY_SEPARATOR, substr($file->getRealPath(), strlen($this->app->basePath()) + 1, -4)),
Expand Down

0 comments on commit 38c53fb

Please sign in to comment.