Register the artisan command

This commit is contained in:
Jonny Barnes 2016-09-09 12:14:00 +01:00
parent c2a8d22d91
commit 4060e449a1

View file

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