diff options
author | Shadify <boomkin1234@hotmail.com> | 2017-11-30 13:07:23 +0100 |
---|---|---|
committer | Shadify <boomkin1234@hotmail.com> | 2017-11-30 13:07:23 +0100 |
commit | 491eb42cd125b76f96d4f906c3822202d55395a1 (patch) | |
tree | 98344fcc1bd04fb898629949a19e221ff3b2c50b /src/AppBundle | |
parent | fb182cdeeb54478f634d8d7a6d49d53d3dec69e1 (diff) | |
parent | 8a359a025f2d4354918c9a5bf44695e52c9018f8 (diff) |
Merge branch 'master' of https://github.com/marwolaethblack/pollutometer
Diffstat (limited to 'src/AppBundle')
-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 +} |