Loading src/DataUpdater.php +0 −4 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ class DataUpdater $config = $table ? [$table => $this->config[$table]] : $this->config; $this->getBdd()->logBegin($this->actions[$action]); foreach ($config as $table => $config) { $actions = (array)$config['actions']; unset($config['actions']); Loading @@ -47,8 +45,6 @@ class DataUpdater $this->syncTable($table, $action, $config); } } $this->getBdd()->logEnd(); } Loading Loading
src/DataUpdater.php +0 −4 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ class DataUpdater $config = $table ? [$table => $this->config[$table]] : $this->config; $this->getBdd()->logBegin($this->actions[$action]); foreach ($config as $table => $config) { $actions = (array)$config['actions']; unset($config['actions']); Loading @@ -47,8 +45,6 @@ class DataUpdater $this->syncTable($table, $action, $config); } } $this->getBdd()->logEnd(); } Loading