Fix "Access to undefined property" rule violations

This commit is contained in:
Tautvidas Sipavičius
2019-01-23 11:33:47 +02:00
parent b2bb7b0023
commit 9f13f68e39
25 changed files with 75 additions and 8 deletions

View File

@ -16,6 +16,8 @@ class MP2Migrator extends APIEndpoint {
$this->MP2Migrator = new \MailPoet\Config\MP2Migrator();
}
private $MP2Migrator;
/**
* Import end point
*