Passed
Push — master ( 76e748...033df0 )
by Reza
03:12
created
src/Commands/Actions/StubParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
                 } else {
160 160
                     $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.'"></td></a>' . $this->makeTab(1, end($fields) != $value);
161 161
                 }
162
-           } else {
162
+            } else {
163 163
                 $relationName = array_key_first($value);
164 164
                 $str .= '<td> {{ $' . $modelName . '->' . $relationName . '->'. $value[array_key_first($value)] .' }} </td>' . $this->makeTab(1, end($fields) != $value);
165 165
             }
Please login to merge, or discard this patch.