prepare method
This commit is contained in:
committed by
Steffen Schröder
parent
053649600d
commit
be86717c0b
@ -45,6 +45,16 @@ class LocalRecordsPlugin implements CallbackListener, Plugin {
|
||||
private $maniaControl = null;
|
||||
private $updateManialink = false;
|
||||
|
||||
/**
|
||||
* Prepares the Plugin
|
||||
*
|
||||
* @param ManiaControl $maniaControl
|
||||
* @return mixed
|
||||
*/
|
||||
public static function prepare(ManiaControl $maniaControl) {
|
||||
// TODO: Implement prepare() method.
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @see \ManiaControl\Plugins\Plugin::load()
|
||||
|
Reference in New Issue
Block a user