skeeks\cms\controllers\ProfileController::actionIndex PHP 메소드

actionIndex() 공개 메소드

public actionIndex ( ) : Response
리턴 yii\web\Response
    public function actionIndex()
    {
        return $this->redirect(\Yii::$app->user->identity->profileUrl);
    }
ProfileController