|
@@ -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.