mirror of
https://github.com/Mibew/button-refresh-plugin.git
synced 2025-01-22 17:40:32 +03:00
Remove unneded "getDependencies" method
This commit is contained in:
parent
2cc76d7162
commit
125234fccb
11
Plugin.php
11
Plugin.php
@ -87,17 +87,6 @@ class Plugin extends AbstractPlugin implements PluginInterface
|
|||||||
return '0.1.0';
|
return '0.1.0';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Specify dependencies of the plugin.
|
|
||||||
*
|
|
||||||
* @return array List of dependencies
|
|
||||||
*/
|
|
||||||
public static function getDependencies()
|
|
||||||
{
|
|
||||||
// This plugin does not depend on others so return an empty array.
|
|
||||||
return array();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A handler for
|
* A handler for
|
||||||
* {@link \Mibew\EventDispatcher\Events::BUTTON_GENERATE} event.
|
* {@link \Mibew\EventDispatcher\Events::BUTTON_GENERATE} event.
|
||||||
|
Loading…
Reference in New Issue
Block a user