mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
修复xml返回的bug
This commit is contained in:
@@ -26,7 +26,7 @@ class Transform
|
||||
private static function init($type)
|
||||
{
|
||||
if (!isset(self::$handler[$type])) {
|
||||
$class = '\\think\\transform\\driver\\' . strtolower($type);
|
||||
$class = '\\org\\transform\\driver\\' . strtolower($type);
|
||||
self::$handler[$type] = new $class();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user