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

actionIndex() public method

public actionIndex ( ) : mixed | Response
return mixed | yii\web\Response
    public function actionIndex()
    {
        return $this->redirect(UrlHelper::construct("cms/admin-profile/update")->enableAdmin()->toString());
    }