diff options
author | Arnold Daniels <arnold@jasny.net> | 2015-11-21 13:04:27 -0400 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2015-11-21 13:04:27 -0400 |
commit | 23c3c8bff85feb62b3634c674675c7aa6286fd4e (patch) | |
tree | c16224e10e499071cfe6fa0e9699866542d265c5 | |
parent | d0f1e36f497452a6297444f3e72c006ec112abe7 (diff) | |
download | auth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.zip auth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.tar.gz auth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,8 +157,8 @@ class Auth extends Jasny\Auth implements Jasny\Auth\Authorization } ``` -#### by level -The `Auth\byLevel` traits implements authorization using access. An access group may supersede other groups. +#### by group +The `Auth\byGroup` traits implements authorization using access groups. An access group may supersede other groups. ```php class Auth extends Jasny\Auth implements Jasny\Auth\Authorization |