diff --git a/code/Controllers/CMSMain.php b/code/Controllers/CMSMain.php index 474f8cc6a1..c6a003fcda 100644 --- a/code/Controllers/CMSMain.php +++ b/code/Controllers/CMSMain.php @@ -103,6 +103,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr private static $menu_priority = 10; + /** + * @deprecated 5.4.0 Will be renamed to model_class + */ private static $tree_class = SiteTree::class; private static $session_namespace = CMSMain::class;