正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -79,7 +79,6 @@ class FileController | @@ -79,7 +79,6 @@ class FileController | ||
| 79 | * @time :2023/6/17 16:32 | 79 | * @time :2023/6/17 16:32 |
| 80 | */ | 80 | */ |
| 81 | public function upload() { | 81 | public function upload() { |
| 82 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export(1111, true) . PHP_EOL, FILE_APPEND); | ||
| 83 | $this->request->validate([ | 82 | $this->request->validate([ |
| 84 | 'file'=>['required'], | 83 | 'file'=>['required'], |
| 85 | ],[ | 84 | ],[ |
-
请 注册 或 登录 后发表评论