Commit c4af1569 by Qiang Xue

typo fix [skip ci]

parent aec1b817
......@@ -130,7 +130,7 @@ class Response extends \yii\base\Response
self::FORMAT_XML => 'yii\web\XmlResponseFormatter',
self::FORMAT_JSON => 'yii\web\JsonResponseFormatter',
self::FORMAT_JSONP => [
'class' => 'yii\web\HtmlResponseFormatter',
'class' => 'yii\web\JsonResponseFormatter',
'useJsonp' => true,
],
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment