改名
This commit is contained in:
@@ -160,10 +160,10 @@ use {$model_namespace}\\{$managerName};
|
|||||||
{
|
{
|
||||||
return '
|
return '
|
||||||
/**
|
/**
|
||||||
* @return array
|
* @return string
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function actionAdd()
|
public function actionAdd(): string
|
||||||
{
|
{
|
||||||
$model = new ' . $className . '();
|
$model = new ' . $className . '();
|
||||||
$model->attributes = $this->loadParam();
|
$model->attributes = $this->loadParam();
|
||||||
|
|||||||
Reference in New Issue
Block a user