Commit 1bd73824 by Alexander Kochetov

Typo fixed inside \yii\rest\CreateAction

parent c4141f94
...@@ -24,7 +24,7 @@ class CreateAction extends Action ...@@ -24,7 +24,7 @@ class CreateAction extends Action
*/ */
public $scenario = Model::SCENARIO_DEFAULT; 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'; public $viewAction = 'view';
......
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