Skip to content

Commit

Permalink
API Deprecate API that will be renamed (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 31, 2024
1 parent 42aed2b commit b779f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/Controllers/CMSMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b779f48

Please sign in to comment.