From: Vincent Vanwaelscappel Date: Tue, 22 Oct 2019 14:31:47 +0000 (+0200) Subject: wip #3158 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9c25319c9609c2f7b26b741dbaf82e0c5a048cf3;p=cubist_cms-back.git wip #3158 --- diff --git a/src/app/Console/Commands/LocaleCopy.php b/src/app/Console/Commands/LocaleCopy.php index 832d4a0..0f503d4 100644 --- a/src/app/Console/Commands/LocaleCopy.php +++ b/src/app/Console/Commands/LocaleCopy.php @@ -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'); }