Skip to content

Commit

Permalink
Merge pull request codeigniter4#7139 from kenjis/fix-modles.rst
Browse files Browse the repository at this point in the history
docs: fix out of date sample command in modules.rst
  • Loading branch information
samsonasik authored Jan 17, 2023
2 parents b9ffb38 + 3c47ad3 commit 1c7b272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/general/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Seeds
Seed files can be used from both the CLI and called from within other seed files as long as the full namespace
is provided. If calling on the CLI, you will need to provide double backslashes::

> php public/index.php migrations seed Acme\\Blog\\Database\\Seeds\\TestPostSeeder
> php spark db:seed Acme\\Blog\\Database\\Seeds\\TestPostSeeder

Helpers
=======
Expand Down

0 comments on commit 1c7b272

Please sign in to comment.