Commit 460e17b3 authored by Euan游根明's avatar Euan游根明

perf: 创建文件

parent 90416571
......@@ -265,10 +265,10 @@ class Nacos
if (!file_exists($path)) {
mkdir($path, 0775, true);
touch($fileName);
touch($path.$fileName);
}
if (!file_exists($path.$fileName)) {
touch($fileName);
touch($path.$fileName);
}
return $path.$fileName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment