Remove unneded "getDependencies" method

This commit is contained in:
Dmitriy Simushev 2015-01-13 11:42:10 +00:00
parent 2cc76d7162
commit 125234fccb

View File

@ -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.