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 58dab1e commit 8fc44e8Copy full SHA for 8fc44e8
src/config/plugin/casbin/webman-permission/permission.php
@@ -10,7 +10,7 @@
10
# Model 设置
11
'model' => [
12
'config_type' => 'file',
13
- 'config_file_path' => config_path() . 'ugin/casbin/webman-permission/rbac-model.conf',
+ 'config_file_path' => config_path() . '/plugin/casbin/webman-permission/rbac-model.conf',
14
'config_text' => '',
15
],
16
# 适配器
0 commit comments