We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddd4d3 commit 0ae1c49Copy full SHA for 0ae1c49
Plugin/Job/Product.php
@@ -26,7 +26,7 @@ public function getFamiliesToExclude(): ?string
26
* @param array<int, string>|null $families
27
* @return array<int, string>
28
*/
29
- public function afterGetFamilies(AkeneoProduct $subject, ?array $families = null): array
+ public function afterGetFamiliesToImport(AkeneoProduct $subject, ?array $families = null): array
30
{
31
$familiesToExclude = explode(',', (string)$this->getFamiliesToExclude());
32
0 commit comments