this time really staying inside length
This commit is contained in:
parent
0876923bf5
commit
e94b044d3a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class AssetAttribute
|
|||
$this->value = $value;
|
||||
}
|
||||
if (!$urlValue) {
|
||||
$urlValue = $this->value;
|
||||
$urlValue = \mb_substr($this->value, 0, 250);
|
||||
}
|
||||
$this->urlValue = $urlValue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue