upgrade of __t function, add save default_language to cache

This commit is contained in:
Milos Holba
2021-03-22 20:27:47 +01:00
parent 5910bb1206
commit df5d5cb75f
17 changed files with 351 additions and 122 deletions

View File

@@ -121,7 +121,6 @@ class LanguageController extends Controller
'value' => $request->value
]);
Cache::forget('language_strings-' . $language->locale);
return response('Done', 204);