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;