diff --git a/app/library/Services.php b/app/library/Services.php index 0cbf5a7..a1485fd 100644 --- a/app/library/Services.php +++ b/app/library/Services.php @@ -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. *