Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for Gii Config #2

Closed
jonny7 opened this issue Mar 26, 2014 · 0 comments
Closed

Docs for Gii Config #2

jonny7 opened this issue Mar 26, 2014 · 0 comments

Comments

@jonny7
Copy link

jonny7 commented Mar 26, 2014

In the docs on the home page

$config['modules']['gii'] = array();    
$config['modules']['gii']['class'] = 'yii\gii\Module';
$config['modules']['gii']['generators'] = [
    'giiant-crud' => ['class' => 'schmunk42\giiant\crud\Generator']
    'giiant-model' => ['class' => 'schmunk42\giiant\model\Generator'],
];

Should there be a comma after this line, my editor complained

  'giiant-crud' => ['class' => 'schmunk42\giiant\crud\Generator']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant