fix entity
This commit is contained in:
@@ -248,7 +248,7 @@ class Entity extends BaseEntity
|
||||
return null;
|
||||
}
|
||||
|
||||
public function setLinkMultipleName(string $field, string $id, string $value)
|
||||
public function setLinkMultipleName(string $field, string $id, ?string $value)
|
||||
{
|
||||
$namesAttribute = $field . 'Names';
|
||||
if (!$this->has($namesAttribute)) return;
|
||||
|
||||
Reference in New Issue
Block a user