正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -25,6 +25,7 @@ class CopyImageFileListener implements ShouldQueue | @@ -25,6 +25,7 @@ class CopyImageFileListener implements ShouldQueue | ||
| 25 | */ | 25 | */ |
| 26 | public function handle(CopyImageFile $event) | 26 | public function handle(CopyImageFile $event) |
| 27 | { | 27 | { |
| 28 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export('进入', true) . PHP_EOL, FILE_APPEND); | ||
| 28 | $this->param = $event->data; | 29 | $this->param = $event->data; |
| 29 | $imageModel = new ImageModel(); | 30 | $imageModel = new ImageModel(); |
| 30 | //获取当前项目的所有图片 | 31 | //获取当前项目的所有图片 |
-
请 注册 或 登录 后发表评论