Make Group containable

pull/2774/head
Isaac Connor 2019-12-20 14:56:14 -05:00
parent bcda92058e
commit d25a91ad13
1 changed files with 1 additions and 0 deletions

View File

@ -77,4 +77,5 @@ class Group extends AppModel {
'counterQuery' => ''
),
);
var $actsAs = array( 'Containable' );
}