Skip to content
Snippets Groups Projects

Feature/init

Closed Krzysztof Dyszczyk requested to merge feature/init into main
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
@@ -68,6 +68,19 @@ class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
];
}
/**
* @inheritDoc
*/
public function uninstall(Composer $composer, IOInterface $io)
{
$this->composer = $composer;
$this->io = $io;
}
/**
* @param Event $event
*/
public function generateReminder(Event $event) {
error_log('generate reminder');
}
Loading