chore: snapshot notifications hardening and css/docs alignment
This commit is contained in:
@@ -12,4 +12,7 @@ interface UserTenantRepositoryInterface
|
||||
public function countUsersByTenantIds(array $tenantIds): array;
|
||||
|
||||
public function countActiveUsersByTenantIds(array $tenantIds): array;
|
||||
|
||||
/** @return list<int> */
|
||||
public function listActiveUserIdsByTenantId(int $tenantId): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user