mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
API Remove pointless subitem_class config (#2817)
This commit is contained in:
parent
d90f27da64
commit
b0fec1886b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user