Esempio n. 1
0
 public function RecordPercentages()
 {
     return $this->belongsToMany(RecordPercentage::getClass())->withPivot('amount_affiliate', 'amount', 'consecutive');
 }
Esempio n. 2
0
function recordPercentage()
{
    return \AccountHon\Entities\RecordPercentage::orderBy('id', 'DESC')->get()->last();
}