From 8a359a025f2d4354918c9a5bf44695e52c9018f8 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 30 Nov 2017 13:02:01 +0100 Subject: Hopefully fixed e-mail sending. --- src/AppBundle/Controller/EmailController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/AppBundle/Controller/EmailController.php b/src/AppBundle/Controller/EmailController.php index 86094b9..7b6e864 100644 --- a/src/AppBundle/Controller/EmailController.php +++ b/src/AppBundle/Controller/EmailController.php @@ -1,7 +1,7 @@ $name) // or, you can also fetch the mailer service this way $this->get('mailer')->send($message); } -} \ No newline at end of file +} -- cgit v1.2.3