diff --git a/System/Snowflake.php b/System/Snowflake.php index e35947f2..d7aa49ce 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -349,6 +349,7 @@ class Snowflake public static function autoload($className) { if (!isset(static::$_autoload[$className])) { + var_dump($className); return; } $file = static::$_autoload[$className];