jqh 4 年之前
父节点
当前提交
609dcda0aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Extend/Manager.php

+ 1 - 1
src/Extend/Manager.php

@@ -495,7 +495,7 @@ class Manager
         $tempDir = storage_path('tmp/'.($dir ?: time().Str::random()));
 
         if (! is_dir($tempDir)) {
-            if (! $this->files->makeDirectory($tempDir, 777, true)) {
+            if (! $this->files->makeDirectory($tempDir, 0777, true)) {
                 throw new RuntimeException(sprintf('Cannot write to directory "%s"', storage_path()));
             }
         }