handle(); } /** * @return array[] * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ #[RequestMapping(path: 'meal',methods: 'GET')] public function meal(): array { return (new MealListService)->handle(); } }