Clarified on how to execute RbacController::actionInit()

This commit is contained in:
Alexander Makarov
2014-11-05 02:35:36 +03:00
parent cddf691c9a
commit 48f25347c5

View File

@@ -265,7 +265,7 @@ class RbacController extends Controller
} }
``` ```
After executing the command we'll get the following hierarchy: After executing the command with `yii rbac/init` we'll get the following hierarchy:
![Simple RBAC hierarchy](images/rbac-hierarchy-1.png "Simple RBAC hierarchy") ![Simple RBAC hierarchy](images/rbac-hierarchy-1.png "Simple RBAC hierarchy")