mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
style: update ecs config to align associative arrays arrows
update composer dependencies to latest
This commit is contained in:
parent
3fc1d8e18d
commit
2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions
|
|
@ -18,11 +18,11 @@ class AboutController extends BaseController
|
|||
public function index(): string
|
||||
{
|
||||
$instanceInfo = [
|
||||
'host_name' => current_domain(),
|
||||
'version' => CP_VERSION,
|
||||
'host_name' => current_domain(),
|
||||
'version' => CP_VERSION,
|
||||
'php_version' => PHP_VERSION,
|
||||
'os' => PHP_OS,
|
||||
'languages' => implode(', ', config('App')->supportedLocales),
|
||||
'os' => PHP_OS,
|
||||
'languages' => implode(', ', config('App')->supportedLocales),
|
||||
];
|
||||
|
||||
return view('about', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue