diff --git a/system/engine/autoload.php b/system/engine/autoload.php index 9d6c88c..a347440 100644 --- a/system/engine/autoload.php +++ b/system/engine/autoload.php @@ -424,6 +424,14 @@ } + /** + * Initite loaders process + * + * @param string $class + * @return void + * @throws \Exception + * @throws \Phacil\Framework\Exception + */ static public function load($class) { self::$class = $class;