Can get group settings.

This commit is contained in:
Pierre HUBERT
2018-07-04 07:44:37 +02:00
parent 291558578b
commit 57401c8ce0
3 changed files with 123 additions and 5 deletions

View File

@ -0,0 +1,10 @@
<?php
/**
* Group settings model object
*
* @author Pierre HUBERT
*/
class GroupSettings extends AdvancedGroupInfo {
}