From 4393fc6f12eb2b99f1b2f91756a898a7f2ba4018 Mon Sep 17 00:00:00 2001 From: carodej Date: Fri, 7 Aug 2020 10:57:04 +0200 Subject: [PATCH] clear kernel --- app/Console/Kernel.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 8cb0740a..3964505b 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -17,9 +17,6 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - SetupProductionEnvironment::class, - SetupDevEnvironment::class, - UpgradeApp::class, Deploy::class, ];