mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Add missing $fillable into PlayerOnline model
This commit is contained in:
@@ -9,6 +9,10 @@ class PlayerOnline extends Model {
|
|||||||
|
|
||||||
public $timestamps = false;
|
public $timestamps = false;
|
||||||
|
|
||||||
|
protected $fillable = [
|
||||||
|
'player_id',
|
||||||
|
];
|
||||||
|
|
||||||
public function player()
|
public function player()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Player::class);
|
return $this->belongsTo(Player::class);
|
||||||
|
Reference in New Issue
Block a user