Skip to content

Commit

Permalink
Update AutoRelatedProductAction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan authored Apr 2, 2024
1 parent dcfc296 commit 77df5f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Model/AutoRelatedProductAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

use Magefan\AutoRelatedProduct\Api\RelatedCollectionInterfaceFactory as RuleCollectionFactory;
use Magefan\Community\Model\Magento\Rule\Model\Condition\Sql\Builder;
use Magefan\DynamicProductAttributes\Api\AddCustomValidationFiltersInterface;
use Magento\CatalogRule\Model\RuleFactory;
use Magento\Framework\Exception\LocalizedException;
use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory;
Expand Down Expand Up @@ -97,7 +96,7 @@ class AutoRelatedProductAction
* @param ModuleManager $moduleManager
* @param GetParentProductIdsInterface $getParentProductIds
* @param GetWebsitesMapInterface $getWebsitesMap
* @param AddCustomValidationFiltersInterface $validationFilter
* @param $validationFilter
* @param EventManagerInterface $eventManager
*/
public function __construct(
Expand All @@ -110,7 +109,7 @@ public function __construct(
ModuleManager $moduleManager,
GetParentProductIdsInterface $getParentProductIds,
GetWebsitesMapInterface $getWebsitesMap,
AddCustomValidationFiltersInterface $validationFilter,
$validationFilter,
EventManagerInterface $eventManager
) {
$this->resourceConnection = $resourceConnection;
Expand Down

0 comments on commit 77df5f4

Please sign in to comment.