Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 27, 2017
1 parent af0dfc7 commit 998bbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -108,8 +108,8 @@ First, let's set up the ACL object with some roles and resources:

```php
use Pop\Acl\Acl;
use Pop\Acl\Role\Role;
use Pop\Acl\Resource\Resource;
use Pop\Acl\AclRole as Role;
use Pop\Acl\AclResource as Resource;

$acl = new Acl();

Expand Down

0 comments on commit 998bbf3

Please sign in to comment.