This commit is contained in:
2024-04-04 22:19:56 +02:00
parent 409a571010
commit 92800f5dd0
20 changed files with 18 additions and 43 deletions

View File

@@ -13,7 +13,6 @@ namespace Chill\MainBundle\Security;
class RoleProvider
{
/**
* an array where keys are the role, and value is the title
* for the given role.
@@ -27,9 +26,7 @@ class RoleProvider
* @var iterable<ProvideRoleInterface>
*/
private iterable $providers
)
{
}
) {}
public function getRoles(): array
{