正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -52,7 +52,6 @@ class ImageController extends Controller | @@ -52,7 +52,6 @@ class ImageController extends Controller | ||
| 52 | $this->param = $this->request->all(); | 52 | $this->param = $this->request->all(); |
| 53 | $this->config = config('filesystems.disks.upload'); | 53 | $this->config = config('filesystems.disks.upload'); |
| 54 | $this->uploads = config('upload.default_image'); | 54 | $this->uploads = config('upload.default_image'); |
| 55 | - $this->get_param(); | ||
| 56 | } | 55 | } |
| 57 | 56 | ||
| 58 | /** | 57 | /** |
-
请 注册 或 登录 后发表评论