cache responces achyklar

This commit is contained in:
merdan 2022-12-17 16:53:39 +05:00
parent 3783dbd96c
commit 8e76d7e989
1 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,8 @@ class ProductRepository extends WProductRepository
request()->except([ request()->except([
'price', 'price',
'brand_id', 'brand_id',
'cinsiyet' 'cinsiyet',
'discount'
// 'color', // 'color',
// 'size' // 'size'
]) ])