Closed visto9259 closed 5 months ago
LmcRbac options has the 'role_provider'
key to configure the Role Provider to use. The factory for RoleProviderInterface
should use this config to instantiate the Role Provider.
The solution is for the RoleServiceFactory
to get the Role Provider defined by the role_provider
key.
The factory for
RoleServiceInterface
tries to get aRoleProviderInterface
service from thecontainer
but there is no factory registered in theServiceManager
forRoleProviderInterface
.