Upgrade to 3.5.5
This commit is contained in:
@@ -8,5 +8,10 @@ return [
|
||||
'marks' => function ($marks = true) {
|
||||
return $marks;
|
||||
}
|
||||
],
|
||||
'computed' => [
|
||||
'value' => function () {
|
||||
return trim($this->value);
|
||||
}
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user