Rename initApi() to init() in workers [PREMIUM-4]
This commit is contained in:
@ -13,7 +13,7 @@ abstract class KeyCheckWorker extends SimpleWorker {
|
||||
|
||||
public $bridge;
|
||||
|
||||
function initApi() {
|
||||
function init() {
|
||||
if(!$this->bridge) {
|
||||
$this->bridge = new Bridge();
|
||||
}
|
||||
|
Reference in New Issue
Block a user