Works for friday & saturday
This commit is contained in:
14
app/Repositories/Shop/Searches.php
Normal file
14
app/Repositories/Shop/Searches.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repositories\Shop;
|
||||
|
||||
use App\Models\Shop\Article;
|
||||
|
||||
class Searches
|
||||
{
|
||||
public static function getResults($options)
|
||||
{
|
||||
$data = Articles::getArticlesToSell($options);
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user