textRepo->find($request->textId); return $this->nodeRepo->create(new CreateNodeDto( text: $text, title: $request->title, )); } }