/home/techb158/immovalet.com/platform/plugins/ecommerce/src/Models
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/src/Models/OrderAddress.php (1022B)
country);
}
/**
* @return string
*/
public function getAvatarUrlAttribute()
{
try {
return (new Avatar)->create($this->name)->toBase64();
} catch (Exception $exception) {
return RvMedia::getDefaultImage();
}
}
}