mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.26k stars 215 forks source link

add enum processing when fetching values from where statements #428

Closed alexhampu closed 2 years ago

alexhampu commented 2 years ago

Previously I have made a fix that fixed part of the issue, however there were the 2 other cases which I haven't tested before where we have an array.

While testing the app where I have used this package, I have found the cases and implemented the fix for them.

Fixes: #426