diff --git a/src/DbAutoProperties.php b/src/DbAutoProperties.php index 21f41a6..e744c96 100644 --- a/src/DbAutoProperties.php +++ b/src/DbAutoProperties.php @@ -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; } }); }