diff options
| -rw-r--r-- | app/Resources/views/emails/registration.html.twig (renamed from app/Resources/views/emails/registration.php) | 0 | ||||
| -rw-r--r-- | src/AppBundle/Controller/EmailController.php | 4 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/app/Resources/views/emails/registration.php b/app/Resources/views/emails/registration.html.twig index c2ac995..c2ac995 100644 --- a/app/Resources/views/emails/registration.php +++ b/app/Resources/views/emails/registration.html.twig 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 +} |