mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -106,7 +106,7 @@ class RoleProvider
|
||||
}
|
||||
} else {
|
||||
if ($provider->getRoles() !== null) {
|
||||
$this->rolesTitlesCache = \array_merge(
|
||||
$this->rolesTitlesCache = array_merge(
|
||||
$this->rolesTitlesCache,
|
||||
array_fill_keys($provider->getRoles(), null)
|
||||
);
|
||||
|
Reference in New Issue
Block a user