We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95ea51 commit 90b3050Copy full SHA for 90b3050
contracts/ownership/rbac/RBAC.sol
@@ -11,8 +11,6 @@ import "./Roles.sol";
11
* See //contracts/mocks/RBACMock.sol for an example of usage.
12
* This RBAC method uses strings to key roles. It may be beneficial
13
* for you to write your own implementation of this interface using Enums or similar.
14
- * It's also recommended that you define constants in the contract, like ROLE_ADMIN below,
15
- * to avoid typos.
16
*/
17
contract RBAC {
18
using Roles for Roles.Role;
0 commit comments