Skip to content

Commit

Permalink
Merge branch '5.1' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
2 parents 805341b + 1ab21e1 commit abd20cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,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<Group> CreateTopLevelGroups()
* @method ManyManyList<Group> EditorGroups()
* @method ManyManyList<Group> ViewerGroups()
*/
class SiteConfig extends DataObject implements PermissionProvider, TemplateGlobalProvider
{
Expand Down

0 comments on commit abd20cf

Please sign in to comment.