正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -39,7 +39,7 @@ class ImageController | @@ -39,7 +39,7 @@ class ImageController | ||
| 39 | { | 39 | { |
| 40 | $this->request = request(); | 40 | $this->request = request(); |
| 41 | $this->config = config('filesystems.disks.upload'); | 41 | $this->config = config('filesystems.disks.upload'); |
| 42 | - $this->uploads = config('uploads.default_image'); | 42 | + $this->uploads = config('upload.default_image'); |
| 43 | $this->path = $this->config['root'].$this->uploads['path'].'/'; | 43 | $this->path = $this->config['root'].$this->uploads['path'].'/'; |
| 44 | } | 44 | } |
| 45 | 45 |
-
请 注册 或 登录 后发表评论