diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 13:02:01 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 13:02:01 +0100 |
commit | 8a359a025f2d4354918c9a5bf44695e52c9018f8 (patch) | |
tree | ce5fa7ebd25348ebbe414e1f683380db012f896b /src | |
parent | 4246f15d64d9ec460b3cb5acc2e838978bc2c91c (diff) |
Hopefully fixed e-mail sending.
Diffstat (limited to 'src')
-rw-r--r-- | src/AppBundle/Controller/EmailController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <?php /** * Created by PhpStorm. - * User: andy + * User: marcin * Date: 11/23/17 * Time: 10:21 AM */ @@ -46,4 +46,4 @@ array('name' => $name) // or, you can also fetch the mailer service this way $this->get('mailer')->send($message); } -}
\ No newline at end of file +} |