Skip to content

Commit

Permalink
Update CountryPlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp authored Jul 24, 2021
1 parent 48c579d commit 946d50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CountryPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public static function getSubscribedEvents()
);
}

public static function deactivate(){}
public static function uninstall(){}
public function deactivate(){}
public function uninstall(){}

/**
* Update the stored database.
Expand Down

0 comments on commit 946d50f

Please sign in to comment.