Skip to content

Commit

Permalink
COMCL-635: Upgrade civix
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Jul 26, 2024
1 parent 4e67d3a commit 284f981
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 565 deletions.
4 changes: 2 additions & 2 deletions CRM/MembershipExtras/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* enabling and disabling the extension. Also includes the code
* to run the upgrade steps defined in Upgrader/Steps/ directory.
*/
class CRM_MembershipExtras_Upgrader extends CRM_MembershipExtras_Upgrader_Base {
class CRM_MembershipExtras_Upgrader extends CRM_Extension_Upgrader_Base {

public function postInstall() {
// steps that create new entities.
Expand Down Expand Up @@ -78,7 +78,7 @@ public function uninstall() {
}

// To reduce the size of this Upgrader class we move upgraders to Upgrader/Steps folder.
// The functions below override the ones defined in CRM_MembershipExtras_Upgrader_Base file.
// The functions below override the ones defined in CRM_Extension_Upgrader_Base file.
// These functions allow Civi to process the upgraders added in the Upgrader/Steps folder
// because without these functions Civi will not process them by default.

Expand Down
Loading

0 comments on commit 284f981

Please sign in to comment.