handle(); } /** * @return array * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ #[RequestMapping(path: 'refund',methods: 'POST')] #[Scene(scene: 'refund')] public function refund(): array { return (new RefundOrderService)->handle(); } }