diff --git a/user_guide_src/source/general/modules.rst b/user_guide_src/source/general/modules.rst index 5785d99ad00d..6c3eb08f792c 100644 --- a/user_guide_src/source/general/modules.rst +++ b/user_guide_src/source/general/modules.rst @@ -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 =======