zend-permissions-rbac icon indicating copy to clipboard operation
zend-permissions-rbac copied to clipboard

[Docs] Discrepency in the intro

Open bkotch opened this issue 6 years ago • 1 comments
trafficstars

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.

bkotch avatar Aug 01 '19 16:08 bkotch

This repository has been closed and moved to laminas/laminas-permissions-rbac; a new issue has been opened at https://github.com/laminas/laminas-permissions-rbac/issues/4.

weierophinney avatar Dec 31 '19 22:12 weierophinney