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,
'body' => $body,
'recipients' => [
'recipient_id' => $recipient,
'recipient_id' => $bill->character_id,
'recipient_type' => 'character',
],
'subject' => $subject,