This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
[Docs] Discrepency in the intro #44
Open
Description
https://zendframework.github.io/zend-permissions-rbac/intro/ mentions
To create a role, extend the abstract class Zend\Permission\Rbac\AbstractRole or use the default role class, Zend\Permission\Rbac\Role. You can instantiate a role and add it to the RBAC container or add a role directly using the RBAC container addRole() method.
But AbstractRole no longer exists in the package. And the migration guide suggests a different way of doing things.