浏览代码

Update Auth.md

Mark S 10 年之前
父节点
当前提交
061af188ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.