This commit is contained in:
2020-09-16 11:11:24 +08:00
parent cad74ecdce
commit 56322bc84f
+1 -1
View File
@@ -352,7 +352,7 @@ class Snowflake
return; return;
} }
$file = static::$_autoload[$className]; $file = static::$_autoload[$className];
include_once "$file"; require_once "$file";
} }