Upgrade to 3.6.1
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
||||
],
|
||||
'computed' => [
|
||||
'value' => function () {
|
||||
return trim($this->value);
|
||||
return trim($this->value ?? '');
|
||||
}
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user