[ 'except' => ['index'], ], ]); } public function verbs() { return [ 'index' => ['GET'], ]; } public function actionIndex() { return [ 'reCaptchaPublicKey' => Yii::$app->reCaptcha->public, ]; } }