From 9c25319c9609c2f7b26b741dbaf82e0c5a048cf3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Oct 2019 16:31:47 +0200 Subject: [PATCH] wip #3158 --- src/app/Console/Commands/LocaleCopy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5