fix : Tenant API 추가
- 테넌트 목록 조회 - 테넌트 정보 조회 - 테넌트 정보 수정 - 테넌트 등록 - 테넌트 삭제 - 테넌트 복구
This commit is contained in:
@@ -49,7 +49,8 @@ class User extends Authenticatable
|
||||
|
||||
protected $hidden = [
|
||||
'password', 'remember_token',
|
||||
'two_factor_secret', 'two_factor_recovery_codes', 'two_factor_confirmed_at'
|
||||
'two_factor_secret', 'two_factor_recovery_codes', 'two_factor_confirmed_at',
|
||||
'deleted_at',
|
||||
];
|
||||
|
||||
public function userTenants()
|
||||
|
||||
Reference in New Issue
Block a user