DX: fix cs

This commit is contained in:
Julien Fastré 2023-04-15 00:43:55 +02:00
parent 80647147ee
commit 746ed4f5e5
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
188 changed files with 309 additions and 308 deletions

View File

@ -342,7 +342,8 @@ class UserController extends CRUDController
),
]
);
} elseif ('index' === $action) {
}
if ('index' === $action) {
return array_merge(
['allow_change_password' => $this->parameterBag->get('chill_main.access_user_change_password')],
$defaultTemplateParameters