diff --git a/Load.php b/Load.php index 5c44b3f..46b54ab 100644 --- a/Load.php +++ b/Load.php @@ -39,6 +39,9 @@ class Load self::buildAutoload(); } self::$autoload = require(self::$file); + spl_autoload_register(array( + __CLASS__, + 'autoload')); } static public function autoload($class)