@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | private function removeEmptyInArray($value) |
24 | 24 | { |
25 | - return array_filter($value, function ($item) { |
|
25 | + return array_filter($value, function($item) { |
|
26 | 26 | return !empty((is_array($item)) ? $this->removeEmptyInArray($item) : $item); |
27 | 27 | }); |
28 | 28 | } |