admincontroller

This commit is contained in:
2018-12-30 02:44:42 -06:00
parent eb28d4f0a9
commit ce75f421ff

View File

@@ -94,7 +94,7 @@ class SendMail extends Command
'approved_cost' => 50000, 'approved_cost' => 50000,
'body' => $body, 'body' => $body,
'recipients' => [ 'recipients' => [
'recipient_id' => $recipient, 'recipient_id' => $bill->character_id,
'recipient_type' => 'character', 'recipient_type' => 'character',
], ],
'subject' => $subject, 'subject' => $subject,