|
@@ -24,7 +24,7 @@ class User extends Authenticatable
|
|
|
|
|
|
|
|
protected $table = 'users';
|
|
protected $table = 'users';
|
|
|
protected $hidden = ['created_at', 'updated_at'];
|
|
protected $hidden = ['created_at', 'updated_at'];
|
|
|
- protected $fillable = ['usdt', 'member_id', 'first_name', 'game_id', 'username', 'secret_key', 'secret_pass'];
|
|
|
|
|
|
|
+ protected $fillable = ['usdt', 'member_id', 'first_name', 'game_id', 'username', 'secret_key', 'secret_pass','language'];
|
|
|
|
|
|
|
|
public function wallet()
|
|
public function wallet()
|
|
|
{
|
|
{
|