Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/admin
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 25, 2024
1 parent b105bdf commit d754586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ReportAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider

private static $template_path = null; // defaults to (project)/templates/email

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 d754586

Please sign in to comment.