diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 622e774b..ad10b8f8 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - // + Commands\SecurityCheck::class, ]; /**