aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShadify <boomkin1234@hotmail.com>2017-11-30 13:07:23 +0100
committerShadify <boomkin1234@hotmail.com>2017-11-30 13:07:23 +0100
commit491eb42cd125b76f96d4f906c3822202d55395a1 (patch)
tree98344fcc1bd04fb898629949a19e221ff3b2c50b /src
parentfb182cdeeb54478f634d8d7a6d49d53d3dec69e1 (diff)
parent8a359a025f2d4354918c9a5bf44695e52c9018f8 (diff)
Merge branch 'master' of https://github.com/marwolaethblack/pollutometer
Diffstat (limited to 'src')
-rw-r--r--src/AppBundle/Controller/EmailController.php4
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
+}