Skip to content

Commit 0ae1c49

Browse files
Fix exclude families plugin by updating method name to getFamiliesToImport
1 parent 7ddd4d3 commit 0ae1c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/Job/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function getFamiliesToExclude(): ?string
2626
* @param array<int, string>|null $families
2727
* @return array<int, string>
2828
*/
29-
public function afterGetFamilies(AkeneoProduct $subject, ?array $families = null): array
29+
public function afterGetFamiliesToImport(AkeneoProduct $subject, ?array $families = null): array
3030
{
3131
$familiesToExclude = explode(',', (string)$this->getFamiliesToExclude());
3232

0 commit comments

Comments
 (0)