mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: fix cs
This commit is contained in:
parent
80647147ee
commit
746ed4f5e5
@ -342,7 +342,8 @@ class UserController extends CRUDController
|
|||||||
),
|
),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
} elseif ('index' === $action) {
|
}
|
||||||
|
if ('index' === $action) {
|
||||||
return array_merge(
|
return array_merge(
|
||||||
['allow_change_password' => $this->parameterBag->get('chill_main.access_user_change_password')],
|
['allow_change_password' => $this->parameterBag->get('chill_main.access_user_change_password')],
|
||||||
$defaultTemplateParameters
|
$defaultTemplateParameters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user