作者 lyh

gx

@@ -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 //获取当前项目的所有图片