validation->setRaw('user_id', $user_id); $info = UserService::info($user_id); // dd($info); $this->validation->user= $info; return true; } }