Browse Source

Unnecessary line (left after b39effda2e)

tags/2.0.0-rc
Borales 10 years ago
parent
commit
cf884b2676
  1. 1
      docs/guide/security-authorization.md

1
docs/guide/security-authorization.md

@ -244,7 +244,6 @@ class RbacController extends Controller
$author = $auth->createRole('author');
$auth->add($author);
$auth->addChild($author, $createPost);
$auth->addChild($author, $reader);
// add "admin" role and give this role the "updatePost" permission
// as well as the permissions of the "author" role

Loading…
Cancel
Save