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 20, 2024
1 parent 12e8db8 commit c8667b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

use SilverStripe\Assets\File;
use SilverStripe\Forms\FieldList;
use SilverStripe\ORM\DataExtension;
use SilverStripe\Core\Extension;

/**
* @method File ImportedFromFile()
*/
class PageExtension extends DataExtension
class PageExtension extends Extension
{

private static $has_one = [
Expand Down

0 comments on commit c8667b9

Please sign in to comment.