fix empty

This commit is contained in:
Ludovic CANDELLIER
2022-03-24 15:06:51 +01:00
parent 2a98b24bc1
commit 573e4dc6cb

View File

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