mirror of
https://github.com/retailcrm/legacy.git
synced 2025-04-04 14:13:30 +03:00
add trim in filter
This commit is contained in:
parent
762cd0ab97
commit
2b7d0f1436
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class DataHelper
|
|||
|
||||
if (is_null($haystack[$key]) || $haystack[$key] === '' || count($haystack[$key]) == 0) {
|
||||
unset($haystack[$key]);
|
||||
} elseif (!is_array($value)) {
|
||||
$haystack[$key] = trim($value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue