Rename initApi() to init() in workers [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-09 09:12:20 +03:00
parent 2eb98905b6
commit e85b969e11
7 changed files with 10 additions and 14 deletions

View File

@ -13,7 +13,7 @@ abstract class KeyCheckWorker extends SimpleWorker {
public $bridge;
function initApi() {
function init() {
if(!$this->bridge) {
$this->bridge = new Bridge();
}