From 08d4775f92b4a1e7b98104d39a2e79cf9bafebdf Mon Sep 17 00:00:00 2001 From: "Bart Huisman (also known as VolgensBartjes)" Date: Wed, 19 Oct 2016 10:36:18 +0200 Subject: [PATCH] ship laravel base with clear:all as example give a base functionality as example how to simply make a new command --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 622e774b33c..3e5ab9fcebf 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - // + Commands\Clearall::class, ]; /**