浏览代码

[FrameworkBundle] removed Controller::getMailer() method (just use ->container['mailer'] instead)

Fabien Potencier 15 年之前
父节点
当前提交
88c742731d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/Symfony/Bundle/FrameworkBundle/Controller.php

+ 0 - 5
src/Symfony/Bundle/FrameworkBundle/Controller.php

@@ -47,11 +47,6 @@ class Controller
         return $this->request = $request;
     }
 
-    public function getMailer()
-    {
-        return $this->container->getMailerService();
-    }
-
     public function createResponse($content = '', $status = 200, array $headers = array())
     {
         $response = $this->container->getResponseService();