mirror of
https://github.com/Mibew/button-refresh-plugin.git
synced 2024-11-15 00:34:18 +03:00
Unify main class dependencies and definition
This commit is contained in:
parent
125234fccb
commit
1a154c59b4
@ -27,15 +27,14 @@ use Canteen\HTML5;
|
||||
use Mibew\Button\Generator\ImageGenerator;
|
||||
use Mibew\EventDispatcher\EventDispatcher;
|
||||
use Mibew\EventDispatcher\Events;
|
||||
use Mibew\Plugin\AbstractPlugin;
|
||||
use Mibew\Plugin\PluginInterface;
|
||||
use Mibew\Plugin\PluginManager;
|
||||
|
||||
/**
|
||||
* The main plugin's file definition.
|
||||
*
|
||||
* It only attaches handlers to some events.
|
||||
*/
|
||||
class Plugin extends AbstractPlugin implements PluginInterface
|
||||
class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\PluginInterface
|
||||
{
|
||||
/**
|
||||
* List of the plugin configs.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "button-refresh-plugin",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A plugin for Mibew that makes the button represents the actual operators state.",
|
||||
"private": true,
|
||||
"bugs": {
|
||||
|
Loading…
Reference in New Issue
Block a user