root 5 years ago
parent
commit
aa1d54137c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Console/Commands/SendRemindMail.php

+ 2 - 2
app/Console/Commands/SendRemindMail.php

@@ -56,7 +56,7 @@ class SendRemindMail extends Command
                 'template_value' => [
                     'name' => config('v2board.app_name', 'V2Board')
                 ]
-            ]);
+            ])->onQueue('email_notify');
         }
     }
 
@@ -73,7 +73,7 @@ class SendRemindMail extends Command
                 'template_value' => [
                     'name' => config('v2board.app_name', 'V2Board')
                 ]
-            ]);
+            ])->onQueue('email_notify');
         }
     }