コード例 #1
0
ファイル: RoleController.php プロジェクト: xishuophp/vipoa
 public function actionRefresh()
 {
     AuthItem::createCachedRoles();
     return $this->redirect(['index']);
 }