From d03f0e43d71c2dcd252116d0e06b3d502bdba408 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 30 Oct 2024 17:18:12 +1300 Subject: [PATCH] API Deprecate API that will be renamed --- 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(