More unit testing, setup for localisation

This commit is contained in:
Deon George
2020-09-20 23:29:22 +10:00
parent b043e3bc93
commit 4ef074fac4
17 changed files with 501 additions and 154 deletions

View File

@@ -51,7 +51,7 @@ class HomeController extends Controller
});
return view('widgets.dn')
->with('dn','Server Info')
->with('dn',__('Server Info'))
->with('attributes',$this->sortAttrs($attrs));
}