$this->nick_name ??'', 'avatar' => $this->avatar ??'', 'phone' => $this->phone ??'', ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }