From 7f81830ae87f6c764c42db17ce3a0dab464478bc Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 3 May 2020 23:39:19 -0500 Subject: [PATCH] flex structure mailer issue --- app/Console/Commands/Flex/FlexStructureCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Flex/FlexStructureCommand.php b/app/Console/Commands/Flex/FlexStructureCommand.php index 27c5d4187..3b85b4aec 100644 --- a/app/Console/Commands/Flex/FlexStructureCommand.php +++ b/app/Console/Commands/Flex/FlexStructureCommand.php @@ -99,7 +99,7 @@ class FlexStructureCommand extends Command $mail->body = $body; $mail->recipient = (int)$structure->requestor_id; $mail->recipient_type = 'character'; - ProcessSendEveMailJob::dispatch($mail)->onQueueu('mail')->delay($delay); + ProcessSendEveMailJob::dispatch($mail)->onQueue('mail')->delay($delay); //Increment the delay for the mail to not hit the rate limits $delay += 60;