getAuthIdentifier(), $year, $month); if ('month' === $type) { $month_calendar = new Month($year, $month, $posts); return view('stats.calendar', ['month' => $month_calendar, 'type' => $type]); } } }