This commit is contained in:
2020-09-15 20:21:20 +08:00
parent 5e549a54a2
commit 5dd3e59fcd
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -352,8 +352,8 @@ class Snowflake
var_dump($className);
return;
}
$file = static::$_autoload[$className];
include_once "$file";
// $file = static::$_autoload[$className];
// include_once "$file";
}