Browse Source

Typo fixed inside \yii\rest\CreateAction

tags/2.0.0-rc
Alexander Kochetov 10 years ago
parent
commit
1bd738243c
  1. 2
      framework/rest/CreateAction.php

2
framework/rest/CreateAction.php

@ -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';

Loading…
Cancel
Save