mikebronner / laravel-model-caching

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

Change modelCache command to flush #180

Closed d8vjork closed 5 years ago

d8vjork commented 6 years ago

As described in the title, as I see now is modelCache:flush instead of modelCache:clear

mikebronner commented 5 years ago

Hi @d8vjork, thanks for submitting. Using the clear command is intentional, so as to match the other clear commands that Laravel has.