Merge pull request #3570 from anik786/patch-2
Remove unnecessary fully quantified name
This commit is contained in:
@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
\App\Console\Commands\Inspire::class,
|
Commands\Inspire::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user