mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Fix onlineTable relation, fixed online status in highscores
This commit is contained in:
@@ -89,7 +89,7 @@ class Player extends Model {
|
||||
|
||||
public function onlineTable()
|
||||
{
|
||||
return $this->belongsTo(PlayerOnline::class);
|
||||
return $this->hasOne(PlayerOnline::class);
|
||||
}
|
||||
|
||||
public function account()
|
||||
|
Reference in New Issue
Block a user