joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
694 stars 230 forks source link

Call to undefined method JoeDixon\Translation\Language::flushQueryCache() #278

Open ivang76 opened 1 year ago

ivang76 commented 1 year ago

Describe the bug Hi there, I get this error after had upgraded an old project to Laravel 10

To Reproduce Steps to reproduce the behavior:

  1. Upgrade to Laravel 10
  2. Call function where you had something like: Language::flushQueryCache(...

Expected behavior Simply a flush of previous language query cache

Thanks