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 065f3a3 commit 020bc48
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 function deactivate(Composer\Composer $composer, Composer\IO\IOInterface $io){}
public function uninstall(Composer\Composer $composer, Composer\IO\IOInterface $io){}
public function deactivate(Composer $composer, IOInterface $io){}
public function uninstall(Composer $composer, IOInterface $io){}

/**
* Update the stored database.
Expand Down

0 comments on commit 020bc48

Please sign in to comment.