Skip to content
Snippets Groups Projects
Commit ad06ed4b authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(init): initial version

parent 1d8a2e6f
No related branches found
No related tags found
2 merge requests!2Feature/init,!1Feature/init
Pipeline #10662 passed with warnings
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment