Add db trait

This commit is contained in:
Daniil Gentili 2024-03-26 18:45:12 +01:00
parent 2aed4de4c3
commit 82e1e52f09

View File

@ -79,7 +79,7 @@ trait DbAutoProperties
$v = $config->build($property->getValue());
$property->setValue($v);
if ($v instanceof CachedArray) {
$this->properties []= $v->flushCache();
$this->properties []= $v;
}
});
}