- flush cache after language upgrade

- Gateway fix
- extended language editor with textarea
This commit is contained in:
Peter Papp
2021-04-06 10:27:02 +02:00
parent 7cefcf8dab
commit 71147adb01
6 changed files with 42 additions and 19 deletions
+3
View File
@@ -88,6 +88,9 @@ class LanguageService
// Store translations into database
DB::table('language_translations')
->insert($translations);
// Flush cache
cache()->forget("language-translations-$locale");
});
}
}