fix empty

This commit is contained in:
Ludovic CANDELLIER
2022-03-24 15:07:55 +01:00
parent 573e4dc6cb
commit ff18a0f5bf

View File

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