Skip to content

Commit

Permalink
Huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
Samshal committed Jun 3, 2016
1 parent a18d4f6 commit 85c09f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -41,16 +41,16 @@ or
### Getting Started: Creating an ACL
Creating an ACL component is as easy as instantiating `Samshal\Acl`. The constructor __currently__ accepts no arguments. An example of instantiation is:
```php
<?php
require "vendor/autoload.php";
<?php
require "vendor/autoload.php";

use Samshal\Acl;
use Samshal\Acl\{
Role\DefaultRole as Role,
Resource\DefaultResource as Role,
Permission\DefaultPermission as Permission
};
use Samshal\Acl;
use Samshal\Acl\{
Role\DefaultRole as Role,
Resource\DefaultResource as Role,
Permission\DefaultPermission as Permission
};

$acl = new Acl();
$acl = new Acl();
```

0 comments on commit 85c09f8

Please sign in to comment.