This commit is contained in:
root 2019-12-30 17:51:18 +08:00
parent eee6351e35
commit aa1d54137c

View File

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