Ken 4 ngày trước cách đây
mục cha
commit
65f3aa43d0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      app/Models/User.php

+ 0 - 2
app/Models/User.php

@@ -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 = [