Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-07 19:00:45 +08:00
parent b4551ae2fd
commit 224009e7e6
+1 -1
View File
@@ -851,7 +851,7 @@ if (!function_exists('storage')) {
if (empty($fileName)) {
return $basePath . '/' . $path . '/';
}
$fileName = $basePath . '/' . $path . '/' . $fileName;
$fileName = $basePath . '/' . $path . $fileName;
if (!file_exists($fileName)) {
touch($fileName);
}