1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

FIX typing errors

FIX typing errors
This commit is contained in:
Ricardo Fontanelli
2016-05-23 22:57:51 -03:00
parent 446613af47
commit f1e3bdce76

View File

@@ -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) {