diff --git a/routes/calendars.php b/routes/calendars.php index 3d2e61b..d2a9680 100644 --- a/routes/calendars.php +++ b/routes/calendars.php @@ -231,7 +231,7 @@ $month = date('m'); $year = date('Y'); if ($city != null && $country != null) { - $t = new \AlAdhanApi\CalendarByCity($city, $country, $month, $year, null, 2, false, 0); + $t = new \AlAdhanApi\CalendarByCity($city, $country, $month, $year, null, '', false, 0); $calendar = $t->get()['data']; } diff --git a/templates/calendar.phtml b/templates/calendar.phtml index 3168a87..ab697b7 100644 --- a/templates/calendar.phtml +++ b/templates/calendar.phtml @@ -44,28 +44,28 @@