Archived
1
0
Fork 0

app/library/Services.php: remove sendgrid service (defined as mail from now on).

This commit is contained in:
Henrik Hautakoski 2018-09-22 14:03:33 +02:00
parent 5c7145fd9c
commit 9d6e17e646
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -382,11 +382,6 @@ class Services extends DiDefault
return $view;
}
protected function _initSharedSendgrid()
{
return new \SendGrid($this->get('config')->sendgrid->key);
}
/**
* Register the mail service.
*