This commit is contained in:
2020-09-15 20:18:37 +08:00
parent e6ebd6854a
commit 6a8d10b4e9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -349,7 +349,6 @@ class Snowflake
public static function autoload($className)
{
if (!isset(static::$_autoload[$className])) {
var_dump($className);
return;
}
$file = static::$_autoload[$className];