This commit is contained in:
Ludovic CANDELLIER
2022-06-14 22:24:24 +02:00
parent 32044118f3
commit 9710a7017a
4 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ class Searches
{
public static function getResults($options)
{
$data = Articles::getArticlesToSell($options);
return $data;
return Articles::getArticlesToSell($options);
}
}