]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 13:45:57 +0000 (15:45 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 13:45:57 +0000 (15:45 +0200)
src/app/Console/Commands/MagicCubistCommand.php

index 2d1a86ef47e6e652db4a469fa36dedd87678e750..efb89d332e7f1b726e5f7ed9b66769814e12b331 100644 (file)
@@ -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');
     }