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