File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010use Magefan \AutoRelatedProduct \Api \RelatedCollectionInterfaceFactory as RuleCollectionFactory ;
1111use Magefan \Community \Model \Magento \Rule \Model \Condition \Sql \Builder ;
12- use Magefan \DynamicProductAttributes \Api \AddCustomValidationFiltersInterface ;
1312use Magento \CatalogRule \Model \RuleFactory ;
1413use Magento \Framework \Exception \LocalizedException ;
1514use Magento \Catalog \Model \ResourceModel \Product \CollectionFactory ;
@@ -97,7 +96,7 @@ class AutoRelatedProductAction
9796 * @param ModuleManager $moduleManager
9897 * @param GetParentProductIdsInterface $getParentProductIds
9998 * @param GetWebsitesMapInterface $getWebsitesMap
100- * @param AddCustomValidationFiltersInterface $validationFilter
99+ * @param $validationFilter
101100 * @param EventManagerInterface $eventManager
102101 */
103102 public function __construct (
@@ -110,7 +109,7 @@ public function __construct(
110109 ModuleManager $ moduleManager ,
111110 GetParentProductIdsInterface $ getParentProductIds ,
112111 GetWebsitesMapInterface $ getWebsitesMap ,
113- AddCustomValidationFiltersInterface $ validationFilter ,
112+ $ validationFilter ,
114113 EventManagerInterface $ eventManager
115114 ) {
116115 $ this ->resourceConnection = $ resourceConnection ;
You can’t perform that action at this time.
0 commit comments