Convert helpers
This commit is contained in:
parent
257f492190
commit
5993c337bf
@ -16,7 +16,7 @@ class Checkout extends Model
|
|||||||
'cc_amount'
|
'cc_amount'
|
||||||
];
|
];
|
||||||
|
|
||||||
public function bidder()
|
public function bidders()
|
||||||
{
|
{
|
||||||
return $this->belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders');
|
return $this->belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user