This commit is contained in:
Yuri Kuznetsov
2024-06-08 11:50:46 +03:00
parent 4923984e2d
commit b92970992f
+1 -1
View File
@@ -337,7 +337,7 @@ class BaseEntity implements Entity
$value = $this->fetchedValuesContainer[$attribute] ?? null;
if ($value === null) {
return $value;
return null;
}
$type = $this->getAttributeType($attribute);