Completed
Push — api/develop ( f02bbb...bb7641 )
by Bertrand
20:45 queued 05:39
created
app/Api/Controllers/PIM/Configuration/CustomFieldsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 
354 354
         $custom_field_sections = $this->custom_field_section->with('customFields.options')->whereScreenId($screen_id)->get();
355 355
 
356
-        $custom_field_sections->each(function ($custom_field_section) {
356
+        $custom_field_sections->each(function($custom_field_section) {
357 357
             $custom_fields = $custom_field_section->customFields;
358 358
 
359 359
             $custom_field_section->fields = array_chunk($custom_fields->toArray(), 2);
Please login to merge, or discard this patch.