Upgrade to 3.6.0
This commit is contained in:
@@ -14,7 +14,7 @@ return [
|
||||
'computed' => [
|
||||
'empty' => function () {
|
||||
if ($this->empty) {
|
||||
return $this->model()->toString($this->empty);
|
||||
return $this->model()->toSafeString($this->empty);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user