From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 13:45:57 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dd225d2eb0e179b9665aaa85daa7cdd43edcdd55;p=cubist_cms-back.git #2783 --- 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'); }