aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppBundle/Controller/LastWeekDataController.php')
-rw-r--r--src/AppBundle/Controller/LastWeekDataController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AppBundle/Controller/LastWeekDataController.php b/src/AppBundle/Controller/LastWeekDataController.php
index f77a751..7b5d993 100644
--- a/src/AppBundle/Controller/LastWeekDataController.php
+++ b/src/AppBundle/Controller/LastWeekDataController.php
@@ -38,6 +38,5 @@ class LastWeekDataController extends Controller
$parametersToTwig = array("data" => $data);
return $this->render('default/LastWeekData.html.twig',$parametersToTwig);
-
}
} \ No newline at end of file