fix: allow billingPlan query on teams

This commit is contained in:
Torsten Dittmann 2023-12-11 19:48:52 +01:00
parent 5e74c5bbc4
commit 3d081e1aa5

View file

@ -6,7 +6,8 @@ class Teams extends Base
{
public const ALLOWED_ATTRIBUTES = [
'name',
'total'
'total',
'billingPlan'
];
/**