This commit is contained in:
2021-01-18 14:11:19 +08:00
parent 552983c6fd
commit 45ad33d6c1
-1
View File
@@ -160,7 +160,6 @@ if (!function_exists('loadByDir')) {
$first = explode(DIRECTORY_SEPARATOR, $replace);
array_shift($first);
var_dump($namespace . '\\' . implode('\\', $first));
Snowflake::setAutoload($namespace . '\\' . implode('\\', $first), $value);
}
}