Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -851,7 +851,7 @@ if (!function_exists('storage')) {
|
|||||||
if (empty($fileName)) {
|
if (empty($fileName)) {
|
||||||
return $basePath . '/' . $path . '/';
|
return $basePath . '/' . $path . '/';
|
||||||
}
|
}
|
||||||
$fileName = $basePath . '/' . $path . '/' . $fileName;
|
$fileName = $basePath . '/' . $path . $fileName;
|
||||||
if (!file_exists($fileName)) {
|
if (!file_exists($fileName)) {
|
||||||
touch($fileName);
|
touch($fileName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user