Skip to content

Commit 7b26399

Browse files
committed
Merge pull request laravel#3570 from anik786/patch-2
Remove unnecessary fully quantified name
2 parents 5cd4ba7 + 7398548 commit 7b26399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
1313
* @var array
1414
*/
1515
protected $commands = [
16-
\App\Console\Commands\Inspire::class,
16+
Commands\Inspire::class,
1717
];
1818

1919
/**

0 commit comments

Comments
 (0)