From 4712120f1aaaf788544f6e42f49cb3ab3382b5c6 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..c107886db 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 model_class + */ private static $tree_class = Folder::class; private static $url_handlers = [