service->handle(); } /** * @return array */ #[RequestMapping(path: "", methods: "DELETE")] #[Permission(code: 'log:userLogin:delete')] public function delete(): array { return $this->service->deleteLog(); } }