diff --git a/src/FuzeWorks/Plugins.php b/src/FuzeWorks/Plugins.php index a77cd98..ef2de7f 100644 --- a/src/FuzeWorks/Plugins.php +++ b/src/FuzeWorks/Plugins.php @@ -89,12 +89,12 @@ class Plugins protected $cfg; /** - * Called upon creation of the plugins class. + * Called upon initialization of the Container * * @throws ConfigException * @codeCoverageIgnore */ - public function __construct() + public function init() { $this->cfg = Factory::getInstance()->config->getConfig('plugins'); }