Merge pull request #3570 from anik786/patch-2

Remove unnecessary fully quantified name
This commit is contained in:
Taylor Otwell
2015-11-25 16:03:44 -06:00

View File

@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array * @var array
*/ */
protected $commands = [ protected $commands = [
\App\Console\Commands\Inspire::class, Commands\Inspire::class,
]; ];
/** /**