1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

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',
'providerId',
'identifier',
'providerType',
];
/**