diff --git a/System/Application.php b/System/Application.php index 282bab05..5a46d643 100644 --- a/System/Application.php +++ b/System/Application.php @@ -44,7 +44,6 @@ class Application extends BaseApplication */ public function __construct(array $config = []) { - $this->scanning(); parent::__construct($config); }