From 3db4de6ec6fab3a8d2ad61a554adbf02f8b804ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Thu, 24 Jan 2019 15:16:53 +0200 Subject: [PATCH] Move the private property definition to the top of the class --- lib/API/JSON/v1/MP2Migrator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/API/JSON/v1/MP2Migrator.php b/lib/API/JSON/v1/MP2Migrator.php index 820ff76e5f..96967e6f33 100644 --- a/lib/API/JSON/v1/MP2Migrator.php +++ b/lib/API/JSON/v1/MP2Migrator.php @@ -11,13 +11,12 @@ class MP2Migrator extends APIEndpoint { public $permissions = array( 'global' => AccessControl::PERMISSION_MANAGE_SETTINGS ); + private $MP2Migrator; public function __construct() { $this->MP2Migrator = new \MailPoet\Config\MP2Migrator(); } - private $MP2Migrator; - /** * Import end point *