whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Models
/
Traits
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/surecart/app/src/Models/Traits/HasReferral.php
<?php namespace SureCart\Models\Traits; use SureCart\Models\Referral; /** * If the model has an attached customer. */ trait HasReferral { /** * Set the affiliation attribute * * @param object $value Array of payout objects. * * @return void */ public function setAffiliationAttribute( $value ) { $this->setRelation( 'referral', $value, Referral::class ); } }
Copyright ©2021 || Defacer Indonesia