Skip to content

Commit e90c85e

Browse files
committed
delete use
1 parent 03247f2 commit e90c85e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Setup/Patch/Data/PageToExclude.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
namespace Magefan\HtmlSitemap\Setup\Patch\Data;
1010

1111
use Magento\Cms\Model\ResourceModel\Page\CollectionFactory as PageCollectionFactory;
12-
use Magento\Eav\Setup\EavSetupFactory;
1312
use Magento\Framework\Setup\ModuleDataSetupInterface;
1413
use Magento\Framework\Setup\Patch\DataPatchInterface;
1514
use Magento\Framework\Setup\Patch\PatchRevertableInterface;
@@ -22,29 +21,21 @@ class PageToExclude implements DataPatchInterface, PatchRevertableInterface
2221
*/
2322
private $moduleDataSetup;
2423

25-
/**
26-
* @var EavSetupFactory
27-
*/
28-
private $eavSetupFactory;
29-
3024
/**
3125
* @var PageCollectionFactory
3226
*/
3327
private $pageCollectionFactory;
3428

3529
/**
3630
* @param ModuleDataSetupInterface $moduleDataSetup
37-
* @param EavSetupFactory $eavSetupFactory
3831
* @param PageCollectionFactory $pageCollectionFactory
3932
*/
4033
public function __construct(
4134
ModuleDataSetupInterface $moduleDataSetup,
42-
EavSetupFactory $eavSetupFactory,
4335
PageCollectionFactory $pageCollectionFactory
4436
)
4537
{
4638
$this->moduleDataSetup = $moduleDataSetup;
47-
$this->eavSetupFactory = $eavSetupFactory;
4839
$this->pageCollectionFactory = $pageCollectionFactory;
4940
}
5041

0 commit comments

Comments
 (0)