planRepo->find($request->planId); return $this->scheduledNodeRepo->create( new CreateScheduledNodeDto( date: $request->date, plan: $plan, ) ); } }