Completed
Push — master ( 0dd1ce...531bfd )
by David
02:57
created
src/Helpers/Field.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,9 +166,9 @@
 block discarded – undo
166 166
                 $related = $this->getRelatedField($f);
167 167
                 $relation = $instance->$related;
168 168
                 $field = $this->getPrimaryField($relation);
169
-                $output .= '<td>' . $relation->$field . '</td>';
169
+                $output .= '<td>'.$relation->$field.'</td>';
170 170
             } else {
171
-                $output .= '<td>' . $instance->$f . '</td>';
171
+                $output .= '<td>'.$instance->$f.'</td>';
172 172
             }
173 173
         }
174 174
         return $output;
Please login to merge, or discard this patch.