app/Http/Controllers/EventController.php
Method calendarEvents
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function calendarEvents(Request $request)
{
$current_school_session_id = $this->getSchoolCurrentSession();
$event = null;
switch ($request->type) {