@@ -904,6 +904,9 @@ class Product extends BaseProduct
}
return null;
})
+ ->filter(function($value) {
+ return $value !== null;
+ })
->values()
->all(),
];