diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 11:06:41 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 11:06:41 +0100 |
commit | 8b8639740c08633728f0d9dd778ac022e43f7e1b (patch) | |
tree | d8f087a875416d7feb05f53ec459aacdfd12c47d /src/AppBundle/Controller/NewDataController.php | |
parent | 7d09b3a6201a175128421d117d4c63495813fa05 (diff) | |
parent | 8c514c01aa4d620aea084beca3f4808270671f7e (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/AppBundle/Controller/NewDataController.php')
-rw-r--r-- | src/AppBundle/Controller/NewDataController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AppBundle/Controller/NewDataController.php b/src/AppBundle/Controller/NewDataController.php index 9722cbd..8bfda68 100644 --- a/src/AppBundle/Controller/NewDataController.php +++ b/src/AppBundle/Controller/NewDataController.php @@ -43,7 +43,6 @@ class NewDataController extends Controller if($aqi >= 151) $emailSender->sendEmail($data); return $response; - } } |