From dd225d2eb0e179b9665aaa85daa7cdd43edcdd55 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 15:45:57 +0200 Subject: [PATCH] #2783 --- src/app/Console/Commands/MagicCubistCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Console/Commands/MagicCubistCommand.php b/src/app/Console/Commands/MagicCubistCommand.php index 2d1a86e..efb89d3 100644 --- a/src/app/Console/Commands/MagicCubistCommand.php +++ b/src/app/Console/Commands/MagicCubistCommand.php @@ -46,8 +46,8 @@ class MagicCubistCommand extends Command } $this->_writeRoutes(); - Artisan::call('cache:clear'); - Artisan::call('optimize'); + //Artisan::call('cache:clear'); + //Artisan::call('optimize'); $this->executeProcess('composer dump-autoload'); } -- 2.39.5