fix empty

This commit is contained in:
Ludovic CANDELLIER
2022-03-24 15:06:51 +01:00
parent c90dd98319
commit 7b265d3b47

View File

@@ -139,7 +139,7 @@ class Articles
]),
];
}
return $data;
return $data ?? false;
}
public static function getArticlesToSell($options)