Skip to content

Commit

Permalink
Merge pull request #95 from creative-commoners/pulls/5/replace-dataex…
Browse files Browse the repository at this point in the history
…tension

API Replace Extension subclasses
  • Loading branch information
GuySartorelli authored Aug 28, 2024
2 parents b7c98cd + ce17ec3 commit 7ec468a
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 7ec468a

Please sign in to comment.