Completed
Push — master ( fe66cd...3af1a2 )
by Konstantin
02:26
created
src/traits/FieldsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         if (!$fieldIsSet) {
48 48
             $this->$fieldName = $string;
49 49
         } else {
50
-            $this->$fieldName.= ',' . $string;
50
+            $this->$fieldName .= ',' . $string;
51 51
         }
52 52
     }
53 53
 }
54 54
\ No newline at end of file
Please login to merge, or discard this patch.