作者 lyh

gx

@@ -33,6 +33,7 @@ class CopyProjectListener implements ShouldQueue @@ -33,6 +33,7 @@ class CopyProjectListener implements ShouldQueue
33 */ 33 */
34 public function handle(CopyProject $event) 34 public function handle(CopyProject $event)
35 { 35 {
  36 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export('复制项目测试进入:', true) . PHP_EOL, FILE_APPEND);
36 $this->param = $event->data; 37 $this->param = $event->data;
37 $this->model = new Project(); 38 $this->model = new Project();
38 DB::beginTransaction(); 39 DB::beginTransaction();