aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppBundle/Controller/EmailController.php')
-rw-r--r--src/AppBundle/Controller/EmailController.php2
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'