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