From 3d873d354ae23aaa52dd390f8d61e37c63230d84 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:17:27 +1300 Subject: [PATCH] API Deprecate API that will be renamed (#201) --- code/ReportAdmin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index 8bd38099..b364ada6 100644 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -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(