Commit 8478db4e by armab

Update authorization.md

RBAC Rule small fix
parent 4674f5b7
...@@ -127,6 +127,7 @@ Now create custom rule class: ...@@ -127,6 +127,7 @@ Now create custom rule class:
namespace app\rbac; namespace app\rbac;
use yii\rbac\Rule; use yii\rbac\Rule;
use Yii;
class NotGuestRule extends Rule class NotGuestRule extends Rule
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment