黄宗昌 před 2 roky
rodič
revize
d9a5a960c0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Models/User.php

+ 1 - 1
app/Models/User.php

xqd
@@ -44,7 +44,7 @@ class User extends Authenticatable implements JWTSubject
         'other_contacts',
         'start_time',
         'end_time',
-        'tests'
+        'member_type'
     ];
     public function memberStatus(){
         return [1 => '一般会员', 2 => '企业会员'];