Merge pull request #4961 from creocoder/fix-typos-1

Typo fixed inside \yii\rest\CreateAction
This commit is contained in:
Qiang Xue
2014-09-08 20:34:11 -04:00

View File

@ -24,7 +24,7 @@ class CreateAction extends Action
*/
public $scenario = Model::SCENARIO_DEFAULT;
/**
* @var string the name of the view action. This property is need to create the URL when the mode is successfully created.
* @var string the name of the view action. This property is need to create the URL when the model is successfully created.
*/
public $viewAction = 'view';