@@ -169,7 +169,7 @@ |
||
| 169 | 169 | } |
| 170 | 170 | } |
| 171 | 171 | $inputs = array_dot($input); |
| 172 | - $inputs = array_filter($inputs, function ($input) { |
|
| 172 | + $inputs = array_filter($inputs, function($input) { |
|
| 173 | 173 | return $input !== '' && !is_null($input); |
| 174 | 174 | }); |
| 175 | 175 | |