Browse Source

Update Auth.md

Mark S 10 years ago
parent
commit
061af188ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/Auth/Auth.md

+ 1 - 0
docs/Auth/Auth.md

@@ -35,6 +35,7 @@ $roles = $this->AuthUser->roles();
 
 // Check for a specific role
 $hasRole = $this->AuthUser->hasRole(ROLE_XYZ);
+```
 
 ## Notes
 The above example uses default settings and ROLE_{...} constants.