Skip to content

Commit

Permalink
API Deprecate API that will be renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 30, 2024
1 parent b9253dd commit 4712120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/Controller/AssetAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4712120

Please sign in to comment.