API Remove pointless subitem_class config (#2817)

This commit is contained in:
Maxime Rainville 2023-01-16 23:50:59 +13:00 committed by GitHub
parent d90f27da64
commit b0fec1886b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;