Convert helpers
This commit is contained in:
@ -18,7 +18,7 @@ class Checkout extends Model
|
||||
|
||||
public function bidders()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders');
|
||||
return $this->belongsTo('App\Models\Bidders', 'bidder_num', 'idbidders')->orderBy('bidder_assigned_number', 'asc');
|
||||
}
|
||||
|
||||
public function paymentMethod()
|
||||
|
Reference in New Issue
Block a user