Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Jun 16, 2018
1 parent 011cab9 commit f727597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/services/SkautIsEventEducationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// ]);
}

/**
Expand Down

0 comments on commit f727597

Please sign in to comment.