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. --- .idea/workspace.xml | 45 +++++++++++++++------------- src/AppBundle/Controller/EmailController.php | 2 +- 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 47cda54..61d3c4b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,7 @@ + - + - + - - + + @@ -417,7 +416,8 @@ - @@ -601,6 +601,7 @@ + @@ -616,6 +617,7 @@ + @@ -623,6 +625,7 @@ + @@ -630,6 +633,7 @@ + @@ -637,6 +641,7 @@ + @@ -781,8 +786,8 @@ - - + + 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