Model update

This commit is contained in:
2021-03-04 10:19:58 +01:00
parent d27996542f
commit f33fdf95a3
6 changed files with 26 additions and 2 deletions
+3
View File
@@ -6,4 +6,7 @@ class hasVoted extends Eloquent{
protected $fillable =[
'ipaddress'
];
public function gameData(){
return $this->hasOne(GameData::class);
}
}