diff --git a/app/Controllers/EventController.php b/app/Controllers/EventController.php index 9d10f24bf16f23a5edc31e4ae90b2bf3189a56d6..57c5df826c9ab63d64be8bb7612da33f2e4d354c 100644 --- a/app/Controllers/EventController.php +++ b/app/Controllers/EventController.php @@ -127,7 +127,7 @@ class EventController { ob_end_flush(); } } else { - // Handle other actions here, if needed + // other } if (isset($_GET['eventAction'])) { if ($_GET['eventAction'] === 'getEvent') { @@ -136,10 +136,10 @@ class EventController { unset($_GET['eventId']); echo json_encode($this->getEvent($eventId)); } else { - // Handle other actions here, if needed + // other } } } } -?> \ No newline at end of file +?>