Allow querying on labels attribute

This commit is contained in:
Jake Barnby
2024-02-12 16:10:28 +13:00
parent 560e458fa0
commit dd8fd2e394
3 changed files with 27 additions and 35 deletions
@@ -12,7 +12,8 @@ class Users extends Base
'passwordUpdate',
'registration',
'emailVerification',
'phoneVerification'
'phoneVerification',
'labels',
];
/**