Browse Source

fixed docs

tags/2.0.0-rc
Mark 10 years ago
parent
commit
615e1030e6
  1. 2
      extensions/faker/README.md

2
extensions/faker/README.md

@ -73,7 +73,7 @@ With such a template file, you can generate your fixtures using the commands lik
php yii fixture/generate user
# to generate several fixture data files
php yii fixture user profile team
php yii fixture/generate user profile team
```
In the code above `users` is template name. After running this command, a new file with the same template name

Loading…
Cancel
Save