]> _ Git - cubist_cms-back.git/commitdiff
wip #3158
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Oct 2019 14:31:47 +0000 (16:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Oct 2019 14:31:47 +0000 (16:31 +0200)
src/app/Console/Commands/LocaleCopy.php

index 832d4a04809bad1b8c29eb7a00e98cf31c1517b7..0f503d41eea9d3a8de0253239c92a6808f2bec14 100644 (file)
@@ -24,7 +24,7 @@ class LocaleCopy extends CubistCommand
 
     public function handle()
     {
-        // $this->call('backup:run');
+        $this->call('backup:run');
         $this->_handleMagicFolder([$this, '_copyModel']);
         $this->call('cache:clear');
     }