Authored by wuxiao

权限控制器设置cache

... ... @@ -24,6 +24,7 @@ return [
],
'authManager' => [
'class' => 'yii\rbac\DbManager',
'cache'=>'cache',
],
'session' => [
// this is the name of the session cookie used for login on the backend
... ...