From 11a3ab416f3bd346cd6fe5d1174c8a67f7937cf0 Mon Sep 17 00:00:00 2001 From: Dobando <1692898084@qq.com> Date: Wed, 21 Aug 2024 23:55:36 +0800 Subject: [PATCH] chore: correct the version of document link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c133de..6533082 100755 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ public function behaviors() } ``` -**Note:** Additionally,You can also configure a `denyCallback` for each `policy`, which will be invoked when the user does not meet the required permission. This callback takes precedence. The configuration is similar to Yii's official [AccessControl](https://www.yiiframework.com/doc/guide/2.0/zh-cn/security-authorization#access-control-filter). +**Note:** Additionally,You can also configure a `denyCallback` for each `policy`, which will be invoked when the user does not meet the required permission. This callback takes precedence. The configuration is similar to Yii's official [AccessControl](https://www.yiiframework.com/doc/guide/2.0/en/security-authorization#access-control-filter). See [Casbin API](https://casbin.org/docs/en/management-api) for more APIs.