Skip to content

Commit

Permalink
API Use new names for renamed classes (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Sep 23, 2024
1 parent 0c1821e commit 9d66c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Controllers/TaxonomyDirectoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Page;
use PageController;
use SilverStripe\Control\HTTPRequest;
use SilverStripe\ORM\ArrayList;
use SilverStripe\View\ArrayData;
use SilverStripe\Model\List\ArrayList;
use SilverStripe\Model\ArrayData;
use SilverStripe\View\SSViewer;

if (!class_exists(PageController::class)) {
Expand Down
2 changes: 1 addition & 1 deletion src/TaxonomyAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use SilverStripe\Admin\ModelAdmin;
use SilverStripe\Forms\GridField\GridField;
use Symbiote\GridFieldExtensions\GridFieldOrderableRows;
use SilverStripe\ORM\SS_List;
use SilverStripe\Model\List\SS_List;
use UndefinedOffset\SortableGridField\Forms\GridFieldSortableRows;

/**
Expand Down

0 comments on commit 9d66c8a

Please sign in to comment.