Skip to content

Commit 9834a3e

Browse files
authored
Merge pull request #1 from Skywire/interfaceUpdate
DD#0000: fix: Added in missing interface methods
2 parents ec763b6 + 4630fd0 commit 9834a3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Plugin.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ public function activate(Composer $composer, IOInterface $io)
2323
$this->io = $io;
2424
}
2525

26+
public function deactivate(Composer $composer, IOInterface $io)
27+
{
28+
}
29+
30+
public function uninstall(Composer $composer, IOInterface $io)
31+
{
32+
}
33+
2634
public static function getSubscribedEvents()
2735
{
2836
return array(

0 commit comments

Comments
 (0)