mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54: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()
|
public function onlineTable()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(PlayerOnline::class);
|
return $this->hasOne(PlayerOnline::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function account()
|
public function account()
|
||||||
|
Reference in New Issue
Block a user