Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/admin (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 6, 2024
1 parent 3939401 commit b6ba2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/SubsiteAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SubsiteAdmin extends ModelAdmin

public $showImportForm = false;

private static $tree_class = Subsite::class;
private static $model_class = Subsite::class;

public function getEditForm($id = null, $fields = null)
{
Expand Down

0 comments on commit b6ba2b8

Please sign in to comment.