Skip to content

Commit

Permalink
API Deprecate API that will be renamed (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 31, 2024
1 parent 57abc23 commit 3d873d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/ReportAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider

private static $template_path = null; // defaults to (project)/templates/email

/**
* @deprecated 5.4.0 Will be renamed to model_class
*/
private static $tree_class = Report::class;

private static $url_handlers = array(
Expand Down

0 comments on commit 3d873d3

Please sign in to comment.