mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
FIX typing errors
FIX typing errors
This commit is contained in:
@@ -75,7 +75,7 @@ class SendGridrHandler extends MailHandler
|
||||
protected function send($content, array $records)
|
||||
{
|
||||
$message = array();
|
||||
$message['api_user'] = $this->apiUser,
|
||||
$message['api_user'] = $this->apiUser;
|
||||
$message['api_key'] = $this->apiKey;
|
||||
$message['from'] = $this->from;
|
||||
foreach ($this->to AS $v) {
|
||||
|
Reference in New Issue
Block a user