cache responces achyklar
This commit is contained in:
parent
8e76d7e989
commit
240bd58a40
|
|
@ -82,7 +82,7 @@ class ProductRepository extends WProductRepository
|
|||
|
||||
$page = Paginator::resolveCurrentPage('page');
|
||||
|
||||
$repository = app(ProductFlatRepository::class)->scopeQuery(function ($query) use ($params, $categoryId) {
|
||||
$repository = $this->productFlatRepository->scopeQuery(function ($query) use ($params, $categoryId) {
|
||||
// $channel = core()->getRequestedChannelCode();
|
||||
|
||||
$locale = 'tm';//core()->getRequestedLocaleCode();
|
||||
|
|
|
|||
Loading…
Reference in New Issue