Skip to content

Commit

Permalink
Merge pull request #490 from Richard-Strittmatter/patch-1
Browse files Browse the repository at this point in the history
Clarify statement about alternative seeder source
  • Loading branch information
dereuromark authored May 20, 2021
2 parents ed96b4a + 25e2937 commit d22737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ To seed your database, you can use the ``seed`` subcommand:
# You can specify only one seeder to be run using the `--seed` option
bin/cake migrations seed --seed ArticlesSeed
# You can run seeders from an alternative directory
# You can run seeders from an alternative directory, relative to config
bin/cake migrations seed --source AlternativeSeeds
# You can run seeders from a plugin
Expand Down

0 comments on commit d22737c

Please sign in to comment.