diff options
Diffstat (limited to 'src/AppBundle/Controller/EmailController.php')
-rw-r--r-- | src/AppBundle/Controller/EmailController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |