修正File类

This commit is contained in:
thinkphp
2016-05-13 22:24:24 +08:00
parent 90b86c684c
commit c825638252

View File

@@ -81,7 +81,7 @@ class File extends SplFileObject
return false;
}
return new SplFileInfo($path . $savename);
return new \SplFileInfo($path . $savename);
}
/**