Skip to content

Commit

Permalink
Upgrade extension with civix
Browse files Browse the repository at this point in the history
  • Loading branch information
mflandorfer committed Jul 15, 2024
1 parent efc7e0a commit 92b3514
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 693 deletions.
2 changes: 1 addition & 1 deletion CRM/Contract/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Collection of upgrade steps.
*/
class CRM_Contract_Upgrader extends CRM_Contract_Upgrader_Base {
class CRM_Contract_Upgrader extends CRM_Extension_Upgrader_Base {

// By convention, functions that look like "function upgrade_NNNN()" are
// upgrade tasks. They are executed in order (like Drupal's hook_update_N).
Expand Down
375 changes: 0 additions & 375 deletions CRM/Contract/Upgrader/Base.php

This file was deleted.

Loading

0 comments on commit 92b3514

Please sign in to comment.