Skip to content
Snippets Groups Projects

Feature/init

Merged Krzysztof Dyszczyk requested to merge feature/init into main
3 files
+ 64
1
Compare changes
  • Side-by-side
  • Inline

Files

<?php
namespace WPDesk\ActivationReminder\Composer;
/**
* Links plugin commands handlers to composer
*
* @package WPDesk\ActivationReminder\Composer
*/
class CommandProvider implements \Composer\Plugin\Capability\CommandProvider
{
public function getCommands()
{
return [
new PrepareActivationReminderCommand(),
];
}
}
\ No newline at end of file
Loading