fix empty

This commit is contained in:
Ludovic CANDELLIER
2022-03-24 15:07:55 +01:00
parent 7b265d3b47
commit c2b7315abf

View File

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