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