diff --git a/src/module-elasticsuite-catalog/Setup/InstallSchema.php b/src/module-elasticsuite-catalog/Setup/InstallSchema.php index 072e3307c..e9d000aad 100644 --- a/src/module-elasticsuite-catalog/Setup/InstallSchema.php +++ b/src/module-elasticsuite-catalog/Setup/InstallSchema.php @@ -29,21 +29,6 @@ */ class InstallSchema implements InstallSchemaInterface { - /** - * @var \Magento\Eav\Setup\EavSetup EAV Entity Setup - */ - private $eavSetup; - - /** - * InstallSchema constructor. - * - * @param \Magento\Eav\Setup\EavSetup $eavSetup The EAV Setup - */ - public function __construct(EavSetup $eavSetup) - { - $this->eavSetup = $eavSetup; - } - /** * Installs DB schema for the module *