From f4ca553d4f5ac0cfeb95744fe0f2db3f33e3d21f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 10 Apr 2021 15:04:19 +0200 Subject: [PATCH] Update timing --- Controller/ApplicationController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php index 17c9f91..88bb182 100644 --- a/Controller/ApplicationController.php +++ b/Controller/ApplicationController.php @@ -126,10 +126,10 @@ class ApplicationController extends DefaultController { //Check if afternoon } elseif ($slot == 'Afternoon') { //Set begin at 14h - $session->setBegin(new \DateTime('14:00:00')); + $session->setBegin(new \DateTime('14:30:00')); //Set length at 5h - $session->setLength(new \DateTime('05:00:00')); + $session->setLength(new \DateTime('04:30:00')); //Check if evening } elseif ($slot == 'Evening') { //Set begin at 19h -- 2.41.0