From 125234fccb3a03f7166c505cc5a9732b8568876b Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 13 Jan 2015 11:42:10 +0000 Subject: [PATCH] Remove unneded "getDependencies" method --- Plugin.php | 11 ----------- 1 file changed, 11 deletions(-) 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.