Completed
Push — master ( 1b7c9c...cf42d1 )
by Avtandil
03:25
created
src/MultiLang/MultiLang.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -378,7 +378,7 @@
 block discarded – undo
378 378
         $table = $this->getTableName();
379 379
         $locales = $this->getConfig('locales');
380 380
         foreach ($this->new_texts as $k => $v) {
381
-            foreach($locales as $lang => $locale_data) {
381
+            foreach ($locales as $lang => $locale_data) {
382 382
                 $exists = $this->db->table($table)->where([
383 383
                     'key'  => $k,
384 384
                     'lang' => $lang,
Please login to merge, or discard this patch.