Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed May 17, 2017
1 parent 8c3a05d commit 07de714
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 @@ -163,10 +163,10 @@ class Auth extends Jasny\Auth implements Jasny\Authz
protected function getAccessLevels()
{
return [
1 => 'user',
10 => 'moderator',
20 => 'admin',
50 => 'superadmin'
'user' => 1,
'moderator' => 10,
'admin' => 100,
'superadmin' => 500
];
}
}
Expand Down

0 comments on commit 07de714

Please sign in to comment.