diff --git a/kiri-engine/Abstracts/Component.php b/kiri-engine/Abstracts/Component.php index 9f3dd274..8f73144e 100644 --- a/kiri-engine/Abstracts/Component.php +++ b/kiri-engine/Abstracts/Component.php @@ -30,6 +30,7 @@ class Component implements Configure */ public function __construct() { + $this->init(); } /**