admincontroller
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user