Skip to content

Commit

Permalink
Merge pull request #3038 from creative-commoners/pulls/6.0/import-depr
Browse files Browse the repository at this point in the history
FIX Add missing Deprecation imports
  • Loading branch information
GuySartorelli authored Dec 11, 2024
2 parents 10d8593 + 8ebf122 commit cdd9a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/Controllers/CMSMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
use SilverStripe\VersionedAdmin\Controllers\CMSPageHistoryViewerController;
use SilverStripe\Model\ArrayData;
use SilverStripe\View\Requirements;
use SilverStripe\Dev\Deprecation;

/**
* The main "content" area of the CMS.
Expand Down
1 change: 1 addition & 0 deletions code/Model/SiteTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
use SilverStripe\View\Parsers\URLSegmentFilter;
use SilverStripe\View\Shortcodes\EmbedShortcodeProvider;
use SilverStripe\View\SSViewer;
use SilverStripe\Dev\Deprecation;

/**
* Basic data-object representing all pages within the site tree. All page types that live within the hierarchy should
Expand Down

0 comments on commit cdd9a65

Please sign in to comment.