改名
This commit is contained in:
@@ -164,6 +164,9 @@ if (!function_exists('storage')) {
|
||||
} else {
|
||||
$fileName = rtrim(initDir($basePath, $path)) . '/' . $fileName;
|
||||
}
|
||||
if (empty($fileName)) {
|
||||
return $path;
|
||||
}
|
||||
if (!file_exists($fileName)) {
|
||||
touch($fileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user