Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2024
2 parents 1034dc5 + b779f48 commit 9f1bc08
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 @@ -102,6 +102,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 9f1bc08

Please sign in to comment.