mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- flush cache after language upgrade
- Gateway fix - extended language editor with textarea
This commit is contained in:
@@ -88,6 +88,9 @@ class LanguageService
|
||||
// Store translations into database
|
||||
DB::table('language_translations')
|
||||
->insert($translations);
|
||||
|
||||
// Flush cache
|
||||
cache()->forget("language-translations-$locale");
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user