We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc44e8 commit 496376eCopy full SHA for 496376e
README.md
@@ -84,7 +84,7 @@ php start.php restart -d
84
安装成功后,可以这样使用:
85
86
```php
87
-use Tinywan\Casbin\Permission;
+use Casbin\WebmanPermission\Permission;
88
89
// adds permissions to a user
90
Permission::addPermissionForUser('eve', 'articles', 'read');
0 commit comments