fix : Tenant API 추가

- 테넌트 목록 조회
- 테넌트 정보 조회
- 테넌트 정보 수정
- 테넌트 등록
- 테넌트 삭제
- 테넌트 복구
This commit is contained in:
2025-08-14 17:20:28 +09:00
parent 5a622b4137
commit e9d1e42359
10 changed files with 717 additions and 117 deletions

View File

@@ -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()