Passed
Push — master ( 460420...5f41ad )
by Dāvis
03:32
created
Translatable/Repository/TranslatableRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                 'object_class' => $class,
59 59
                 'foreign_key' => $id,
60 60
             ], true, ['*']);
61
-            if($data) {
61
+            if ($data) {
62 62
                 foreach ($data as $row) {
63 63
                     $result[$row['locale']][$row['field']] = $row['content'];
64 64
                 }
Please login to merge, or discard this patch.