mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-30 04:39:45 +01:00
Add db trait
This commit is contained in:
parent
2aed4de4c3
commit
82e1e52f09
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user