From f72759793c6383ca7e5d5de20b09b94657427a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Sat, 16 Jun 2018 14:43:10 +0200 Subject: [PATCH] cs --- app/services/SkautIsEventEducationService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/services/SkautIsEventEducationService.php b/app/services/SkautIsEventEducationService.php index 83d4331c1..ef02a4474 100644 --- a/app/services/SkautIsEventEducationService.php +++ b/app/services/SkautIsEventEducationService.php @@ -109,10 +109,10 @@ protected function getDraftEvents() return $this->skautIs->event->EventEducationAllMyActions([ 'ID_Login' => $this->skautIs->getUser()->getLoginId() ]); -// return $this->skautIs->event->EventEducationAllMyActions([ -// 'ID_Login' => $this->skautIs->getUser()->getLoginId(), -// 'ID_EventEducationState' => 'draft' -// ]); + // return $this->skautIs->event->EventEducationAllMyActions([ + // 'ID_Login' => $this->skautIs->getUser()->getLoginId(), + // 'ID_EventEducationState' => 'draft' + // ]); } /**