Commit cf884b26 by Borales

Unnecessary line (left after…

parent 62fdaeec
......@@ -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
......
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