fixes
This commit is contained in:
@@ -8,7 +8,6 @@ class Searches
|
||||
{
|
||||
public static function getResults($options)
|
||||
{
|
||||
$data = Articles::getArticlesToSell($options);
|
||||
return $data;
|
||||
return Articles::getArticlesToSell($options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user