Skip to content

Commit

Permalink
API Remove pointless subitem_class config (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored Jan 16, 2023
1 parent d90f27d commit b0fec18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/Controllers/CMSMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr

private static $tree_class = SiteTree::class;

/**
* @deprecated 1.13.0 Do not use this options.
* @config
*/
private static $subitem_class = Member::class;

private static $session_namespace = self::class;
Expand Down

0 comments on commit b0fec18

Please sign in to comment.