next try to stick to the column length :/
This commit is contained in:
parent
e94b044d3a
commit
2119e62bbb
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ class AssetAttribute
|
|||
$this->value = $value;
|
||||
}
|
||||
if (!$urlValue) {
|
||||
$urlValue = \mb_substr($this->value, 0, 250);
|
||||
$urlValue = $this->value;
|
||||
}
|
||||
$this->urlValue = $urlValue;
|
||||
$this->urlValue = \mb_substr($urlValue, 0, 250) ;
|
||||
}
|
||||
|
||||
public function initializeObject(): void
|
||||
|
|
Loading…
Add table
Reference in a new issue