v5 update fixes #2

Merged
rlong merged 29 commits from v5-upgrade into master 2026-04-20 15:16:51 -04:00
Showing only changes of commit ee526dce89 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ class WinningBids extends Model
public function items()
{
return $this->hasMany(Items::class, 'iditems', 'winning_item_num');
return $this->hasOne(Items::class, 'iditems', 'winning_item_num');
}
public function bidders()