handle(); } #[RequestMapping(path: 'meal',methods: 'GET')] public function meal() { return (new MealListService)->handle(); } }