diff --git a/System/Snowflake.php b/System/Snowflake.php index bdefadfb..ff2af964 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -325,6 +325,19 @@ class Snowflake return Snowflake::app()->server->getServer()->reload(); } + + /** + * @param $className + */ + public static function autoload($className) + { + + var_dump($className); + + } + + } Snowflake::$container = new Container(); +spl_autoload_register(['Snowflake\Snowflake::autoload'], true, true);