Passed
Push — master ( df1d09...3d81b9 )
by Reza
03:24
created
src/Parsers/StubParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
                 } else {
182 182
                     $str .= '<td><a target="_blank" href="{{ asset($' . $modelName . '->' . $value . ') }}"><img class="rounded-circle img-fluid" width="50" height="50" src="{{ asset($' . $modelName . '->' . $value . ') }}" alt="'.$value.'"></a></td>' . $this->makeTab(1, end($fields) != $value);
183 183
                 }
184
-           } else {
184
+            } else {
185 185
                 $relationName = array_key_first($value);
186 186
                 $str .= '<td> {{ $' . $modelName . '->' . $relationName . '->'. $value[array_key_first($value)] .' }} </td>' . $this->makeTab(1, end($fields) != $value);
187 187
             }
Please login to merge, or discard this patch.