Ken hace 1 mes
padre
commit
b7322c44b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Models/User.php

+ 1 - 1
app/Models/User.php

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