Skip to content

Commit 3c47ad3

Browse files
committed
docs: fix out of dated sample command
1 parent b9ffb38 commit 3c47ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Seeds
208208
Seed files can be used from both the CLI and called from within other seed files as long as the full namespace
209209
is provided. If calling on the CLI, you will need to provide double backslashes::
210210

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

213213
Helpers
214214
=======

0 commit comments

Comments
 (0)