mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Merge pull request #4961 from creocoder/fix-typos-1
Typo fixed inside \yii\rest\CreateAction
This commit is contained in:
@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user