*/ public function toArray(Request $request): array { return [ 'bio' => $this->bio, 'location' => $this->location, 'phone' => $this->phone, ]; } }