clear kernel

This commit is contained in:
carodej
2020-08-07 10:57:04 +02:00
parent cba38b58c3
commit 4393fc6f12

View File

@@ -17,9 +17,6 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
SetupProductionEnvironment::class,
SetupDevEnvironment::class,
UpgradeApp::class,
Deploy::class,
];