This commit is contained in:
2021-03-04 11:27:54 +01:00
parent f33fdf95a3
commit c3479e8e7b
6 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ class GameData extends Eloquent
];
public function group(){
return $this->belongsTo(Group::class);
return $this->hasOne(Group::class);
}
}