Allow filtering targets by provider type

This commit is contained in:
Steven Nguyen 2024-01-09 14:52:35 -08:00
parent af019369e9
commit c7a637e4c9
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ class Targets extends Base
'userId', 'userId',
'providerId', 'providerId',
'identifier', 'identifier',
'providerType',
]; ];
/** /**