Completed
Pull Request — master (#4)
by
unknown
09:35
created
src/Http/Controllers/Controller.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 
173 173
             if (! empty($inputs[$key])) {
174 174
                 $filter_inputs = array_filter($inputs[$key], function ($item) {
175
-                   return !empty($item);
175
+                    return !empty($item);
176 176
                 });
177 177
                 $model->{$relation['relation_name']}()->sync($filter_inputs);
178 178
             }
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
 
231 231
             if (! empty($inputs[$key])) {
232 232
                 $filter_inputs = array_filter($inputs[$key], function ($item) {
233
-                   return !empty($item);
233
+                    return !empty($item);
234 234
                 });
235 235
                 $model->{$relation['relation_name']}()->sync($filter_inputs);
236 236
             }
Please login to merge, or discard this patch.