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 2b12539 commit 7fcad25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/Extensions/ExternalLinkExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace SilverStripe\LinkField\Tests\Extensions;

use SilverStripe\Dev\TestOnly;
use SilverStripe\ORM\DataExtension;
use SilverStripe\Core\Extension;

class ExternalLinkExtension extends DataExtension implements TestOnly
class ExternalLinkExtension extends Extension implements TestOnly
{
protected function updateDefaultLinkTitle(&$defaultLinkTitle): void
{
Expand Down

0 comments on commit 7fcad25

Please sign in to comment.