diff --git a/docs/guide/tool-gii.md b/docs/guide/tool-gii.md index 69506f236d..984d1f42a3 100644 --- a/docs/guide/tool-gii.md +++ b/docs/guide/tool-gii.md @@ -187,7 +187,7 @@ if (YII_ENV_DEV) { 'crud' => [ //name generator 'class' => 'yii\gii\generators\crud\Generator', //class generator 'templates' => [ //setting for out templates - 'myCrud' => '@app\myTemplates\crud\default', //name template => path to template + 'myCrud' => '@app/myTemplates/crud/default', //name template => path to template ] ] ],