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
commit 7b263997e7
1 changed files with 1 additions and 1 deletions

View File

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