@@ -11,8 +11,6 @@ namespace App\Models;
*/
class User extends BaseModel
{
-
protected $table = 'users';
protected $fillable = ['usdt', 'member_id', 'first_name', 'game_id', 'username', 'secret_key', 'secret_pass', 'language'];
protected $attributes = [