Jelajahi Sumber

指定队列

sandm 3 tahun lalu
induk
melakukan
1f39a3b5c2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/Jobs/TicketJob.php

+ 1 - 0
app/Jobs/TicketJob.php

@@ -31,6 +31,7 @@ class TicketJob implements ShouldQueue
      */
     public function __construct($recruit_id, $type, $data)
     {
+        $this->queue = "ticket";
         $this->recruit_id = $recruit_id;
         $this->type = $type;
         $this->data = $data;