mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 01:23:49 +00:00
fix cs
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user