userRepo->find($request->userId); return $this->planRepo->create(new CreatePlanDto( name: $request->name, user: $user, )); } }