more resource setup

This commit is contained in:
2022-09-28 07:52:27 -04:00
parent ef96dc7cd8
commit a13c9be41c
4 changed files with 52 additions and 8 deletions

View File

@ -28,7 +28,7 @@ class Checkout extends Model
public function bidders()
{
return $this->belongsTo(Bidders::class, 'bidder_num');
return $this->belongsTo(Bidders::class, 'bidder_num', 'idbidders');
}
public function paymentMethod()