app/library/Services.php: remove sendgrid service (defined as mail from now on).
This commit is contained in:
parent
5c7145fd9c
commit
9d6e17e646
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Reference in a new issue