diff --git a/code/SiteConfig.php b/code/SiteConfig.php index 70f669a55..f1f305125 100644 --- a/code/SiteConfig.php +++ b/code/SiteConfig.php @@ -31,9 +31,9 @@ * @property string CanViewType Type of restriction used for view permissions. * @property string CanEditType Type of restriction used for edit permissions. * @property string CanCreateTopLevelType Type of restriction used for creation of root-level pages. - * @method ManyManyList ViewerGroups() List of groups that can view SiteConfig. - * @method ManyManyList EditorGroups() List of groups that can edit SiteConfig. - * @method ManyManyList CreateTopLevelGroups() List of groups that can create root-level pages. + * @method ManyManyList CreateTopLevelGroups() + * @method ManyManyList EditorGroups() + * @method ManyManyList ViewerGroups() */ class SiteConfig extends DataObject implements PermissionProvider, TemplateGlobalProvider {