Exemple #1
0
 public function affiliates()
 {
     return $this->belongsTo(Affiliate::getClass(), 'affiliate_id', 'id')->orderBy('id', 'DESC');
 }