Convert helpers

This commit is contained in:
Russ Long 2018-12-23 09:15:59 -05:00
parent 257f492190
commit 5993c337bf

View File

@ -16,7 +16,7 @@ class Checkout extends Model
'cc_amount'
];
public function bidder()
public function bidders()
{
return $this->belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders');
}