Test Setup Failed
Push — a-simpler-manager ( a8eb21...cfc0f9 )
by Ben
06:30 queued 10s
created
src/Managers/Assistants/CrudAssistant.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
             'fields'     => $model->fields()->map(function (Field $field) use ($model) {
154 154
                 // TODO refactor so render method of field takes model and managerViewModel as arguments.
155 155
                 return $field->model($model)
156
-                             ->viewData(['managerViewModel' => new managerViewModel($this)]);
156
+                                ->viewData(['managerViewModel' => new managerViewModel($this)]);
157 157
             }),
158 158
         ]);
159 159
     }
Please login to merge, or discard this patch.