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 de8f341 commit 24e9758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extensions/ComposerUpdateExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace BringYourOwnIdeas\UpdateChecker\Extensions;

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

/**
* Describes any available updates to an installed Composer package
*
* Originally from https://github.com/XploreNet/silverstripe-composerupdates
*/
class ComposerUpdateExtension extends DataExtension
class ComposerUpdateExtension extends Extension
{
private static $db = [
'VersionHash' => 'Varchar',
Expand Down

0 comments on commit 24e9758

Please sign in to comment.