作者 lyh

gx

@@ -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