@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | $this->removeOldRelatedArticles($article); |
51 | 51 | |
52 | - $relatedItemsGroups = $package->getGroups()->filter(static function ($group) { |
|
52 | + $relatedItemsGroups = $package->getGroups()->filter(static function($group) { |
|
53 | 53 | return GroupInterface::TYPE_RELATED === $group->getType(); |
54 | 54 | }); |
55 | 55 |