updated language files, cache clear button loading

This commit is contained in:
Peter Papp
2020-08-18 15:12:34 +02:00
parent 93a7542502
commit 5f5caae9e7
9 changed files with 47 additions and 10 deletions

View File

@@ -91,6 +91,7 @@ class SettingController extends Controller
// Clear config cache
Artisan::call('config:clear');
Artisan::call('config:cache');
return response('Done', 204);
}