diff --git a/Plugin.php b/Plugin.php index dbdc1e3..548dd3a 100644 --- a/Plugin.php +++ b/Plugin.php @@ -87,17 +87,6 @@ class Plugin extends AbstractPlugin implements PluginInterface 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 * {@link \Mibew\EventDispatcher\Events::BUTTON_GENERATE} event.