convert receiptpdf

This commit is contained in:
2018-12-29 14:04:08 -05:00
parent b3e6457458
commit 64da341fce
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ class WinningBids extends Model
'updated_at'
];
public function items()
public function items_rel()
{
return $this->hasMany('App\Models\Items', 'iditems', 'winning_item_num');
}