Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/admin (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 6, 2024
1 parent ef49479 commit 648136f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/ReportAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ 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 $model_class = Report::class;

private static $url_handlers = array(
'show/$ReportClass/$Action' => 'handleAction'
Expand Down

0 comments on commit 648136f

Please sign in to comment.