diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 12:57:46 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-30 12:57:46 +0100 |
commit | 1a572a61f0bc6fe58a7270fca57a4b97066eeac2 (patch) | |
tree | 2a6bcc1d6cd40711aa8725e1d8983f61e7b14c4c /src/AppBundle | |
parent | 1ccf8cd89e5d1d5b77a148009ad0060d8244dc8f (diff) |
Changed email template location.
Diffstat (limited to 'src/AppBundle')
-rw-r--r-- | src/AppBundle/Controller/EmailController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppBundle/Controller/EmailController.php b/src/AppBundle/Controller/EmailController.php index 6d78105..86094b9 100644 --- a/src/AppBundle/Controller/EmailController.php +++ b/src/AppBundle/Controller/EmailController.php @@ -25,7 +25,7 @@ class EmailController extends Controller ->setBody( $this->renderView( // app/Resources/views/Emails/registration.html.twig - 'Emails/registration.html.twig', + 'emails/registration.html.twig', array('name' => "Test") ), 'text/html' |