From 35721be9870ab757e71c3b5ea35f9be7d48f49f7 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 30 Oct 2024 17:19:03 +1300 Subject: [PATCH] API Deprecate API that will be renamed --- code/Controller/AssetAdmin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/Controller/AssetAdmin.php b/code/Controller/AssetAdmin.php index 76d4864d9..a2e442948 100644 --- a/code/Controller/AssetAdmin.php +++ b/code/Controller/AssetAdmin.php @@ -59,6 +59,9 @@ class AssetAdmin extends LeftAndMain implements PermissionProvider private static $menu_icon_class = 'font-icon-image'; + /** + * @deprecated 5.4.0 Will be renamed to model_class + */ private static $tree_class = Folder::class; private static $url_handlers = [