diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-07 13:25:29 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-07 13:25:29 +0100 |
commit | 8147707052ee5281a5749ce1c1b85cc2613658cf (patch) | |
tree | 667dc706f21b121829d0729996d22a634781b6e8 /src/AppBundle/Controller/LastWeekDataController.php | |
parent | df1411e42481f8e788b9b40e3375715979bc7a0c (diff) |
Added train schedule.
Diffstat (limited to 'src/AppBundle/Controller/LastWeekDataController.php')
-rw-r--r-- | src/AppBundle/Controller/LastWeekDataController.php | 1 |
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 |