fix bug of transferring player
This commit is contained in:
parent
6f7e6534ba
commit
eb8f33ef8f
|
|
@ -237,7 +237,7 @@ class PlayerModel extends \Illuminate\Database\Eloquent\Model
|
||||||
protected $table = 'players';
|
protected $table = 'players';
|
||||||
public $timestamps = false;
|
public $timestamps = false;
|
||||||
|
|
||||||
protected $fillable = ['player_name', 'preference', 'last_modified'];
|
protected $fillable = ['uid', 'player_name', 'preference', 'last_modified'];
|
||||||
|
|
||||||
public function scopeLike($query, $field, $value)
|
public function scopeLike($query, $field, $value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user