repository = $repository; } public function execute(int $id ){ $userInvitation = $this->repository->findOrFail($id); $userInvitation -> delete(); } }