Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
uginroot committed Mar 2, 2020
1 parent 98d20f7 commit 5ea1150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ namespace App\Type;
use Uginroot\PhpSet\SetAbstract;

class RoleSetType extends SetAbstract{
const ROLE_USER = 'user';
const ROLE_AUTHOR = 'author';
const ROLE_MODERATOR = 'moderator';
const ROLE_ADMIN = 'admin';
public const ROLE_USER = 'user';
public const ROLE_AUTHOR = 'author';
public const ROLE_MODERATOR = 'moderator';
public const ROLE_ADMIN = 'admin';
}
```

Expand Down

0 comments on commit 5ea1150

Please sign in to comment.