skeeks\cms\controllers\ProfileController::actionIndex PHP Method

actionIndex() public method

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