diff --git a/system/src/Grav/Common/Config/CompiledBase.php b/system/src/Grav/Common/Config/CompiledBase.php index f861cef34..9f51d7d26 100644 --- a/system/src/Grav/Common/Config/CompiledBase.php +++ b/system/src/Grav/Common/Config/CompiledBase.php @@ -192,7 +192,9 @@ abstract class CompiledBase } $this->createObject($cache['data']); - + + $this->finalizeObject(); + return true; }