AssociationStatus::class, ]; } public function profile() { return $this->hasOne(Profile::class, 'pubkey', 'pubkey'); } }