Skip to content

Commit

Permalink
Remove unread variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kseghair committed Oct 11, 2024
1 parent 86cf5ab commit a570a11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions controllers/admin/AdminPsfacebookModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use PrestaShop\Module\PrestashopFacebook\Config\Env;
use PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler;
use PrestaShop\Module\PrestashopFacebook\Presenter\ModuleUpgradePresenter;
use PrestaShop\Module\PrestashopFacebook\Provider\MultishopDataProvider;
use PrestaShop\Module\PrestashopFacebook\Repository\ShopRepository;
use PrestaShop\PrestaShop\Core\Addon\Module\ModuleManagerBuilder;
use PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts;
Expand All @@ -50,11 +49,6 @@ class AdminPsfacebookModuleController extends ModuleAdminController
*/
private $moduleUpgradePresenter;

/**
* @var MultishopDataProvider
*/
private $multishopDataProvider;

/**
* @var ShopRepository
*/
Expand All @@ -69,7 +63,6 @@ public function __construct()
$this->configurationAdapter = $this->module->getService(ConfigurationAdapter::class);
$this->env = $this->module->getService(Env::class);
$this->moduleUpgradePresenter = $this->module->getService(ModuleUpgradePresenter::class);
$this->multishopDataProvider = $this->module->getService(MultishopDataProvider::class);
$this->shopRepository = $this->module->getService(ShopRepository::class);
$this->module->getService(ErrorHandler::class);
$this->bootstrap = false;
Expand Down

0 comments on commit a570a11

Please sign in to comment.