renoki-co / laravel-eloquent-query-cache

Adding cache on your Laravel Eloquent queries' results is now a breeze.
Apache License 2.0
1.04k stars 108 forks source link

when we use PLUCK method the cache doesnt work.. #181

Closed maiconmva closed 1 year ago

maiconmva commented 1 year ago

hello,

when we use PLUCK method the cache doesnt work..

image

stale[bot] commented 1 year ago

This issue has been automatically closed because it has not had any recent activity. 😨

modrink commented 8 months ago

For this I used ->get()->pluck() instead of just pluck()