relationship update
This commit is contained in:
@ -23,6 +23,6 @@ class Items extends Model
|
||||
|
||||
public function winningBids()
|
||||
{
|
||||
return $this->belongsTo('App\Models\WinningBids', 'iditems', 'winning_item_num');
|
||||
return $this->belongsTo(WinningBids::class, 'iditems', 'winning_item_num');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user