Tokumeikoi 5 жил өмнө
parent
commit
8fa9d60c4d

+ 1 - 1
app/Jobs/SendEmailJob.php

@@ -22,7 +22,7 @@ class SendEmailJob implements ShouldQueue
      */
     public function __construct($params)
     {
-        $this->onQueue = 'send_email';
+        $this->onQueue('send_email');
         $this->params = $params;
     }