Skip to content

Commit

Permalink
API Replace Extension subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 28, 2024
1 parent 0230c7d commit 0175947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ErrorPageFileExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
namespace SilverStripe\ErrorPage;

use SilverStripe\Assets\Shortcodes\FileShortcodeProvider;
use SilverStripe\ORM\DataExtension;
use SilverStripe\Core\Extension;
use SilverStripe\ORM\DataObject;

/**
* Decorates {@see File} with ErrorPage support
*
* @extends DataExtension<FileShortcodeProvider>
* @extends Extension<FileShortcodeProvider>
*/
class ErrorPageFileExtension extends DataExtension
class ErrorPageFileExtension extends Extension
{
/**
* Used by {@see File::handle_shortcode}
Expand Down

0 comments on commit 0175947

Please sign in to comment.