黄宗昌 2 년 전
부모
커밋
d9a5a960c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 => '企业会员'];