cache responces achyklar
This commit is contained in:
parent
055ebf2557
commit
49c7712526
|
|
@ -67,7 +67,7 @@ class Brands extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceController
|
|||
}
|
||||
|
||||
return $query->whereHas('flats', function($q){
|
||||
$q->where('status',1);
|
||||
$q->where('product_flat.status',1);
|
||||
})
|
||||
->orderBy('position', 'desc')
|
||||
->orderBy('name', 'asc');
|
||||
|
|
|
|||
Loading…
Reference in New Issue