@@ -174,7 +174,7 @@ |
||
174 | 174 | |
175 | 175 | $inputs = array_dot($input); |
176 | 176 | |
177 | - $inputs = array_filter($inputs, function ($input) { |
|
177 | + $inputs = array_filter($inputs, function($input) { |
|
178 | 178 | return $input !== '' && !is_null($input); |
179 | 179 | }); |
180 | 180 |