'onInitCalendarService' ]; } /** * @param ContainerInterface $container * * @return CalendarService */ public static function onInitCalendarService(ContainerInterface $container) { return new CalendarService($container->get('Database')); } }