From 1a572a61f0bc6fe58a7270fca57a4b97066eeac2 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 30 Nov 2017 12:57:46 +0100 Subject: Changed email template location. --- src/AppBundle/Controller/EmailController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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' -- cgit v1.2.3