예제 #1
0
파일: Mailer.php 프로젝트: viettut/todo
 public function __construct($mailer, UrlGeneratorInterface $router, EngineInterface $templating, array $parameters)
 {
     parent::__construct($mailer, $router, $templating, $parameters);
 }