1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Fix allowed query attributes

This commit is contained in:
Jake Barnby 2024-02-15 19:35:47 +13:00
parent 5f59f4c5c8
commit d82c7c24c4
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -7,7 +7,9 @@ class Topics extends Base
public const ALLOWED_ATTRIBUTES = [
'name',
'description',
'total'
'emailTotal',
'smsTotal',
'pushTotal',
];
/**