mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #952 from deathart/patch-2
Fix wrong command line for seed database
This commit is contained in:
commit
7f85f539ce
@ -72,5 +72,5 @@ Command Line Seeding
|
||||
You can also seed data from the command line, as part of the Migrations CLI tools, if you don't want to create
|
||||
a dedicated controller::
|
||||
|
||||
> php index.php migrations seed TestSeeder
|
||||
> php spark db:seed TestSeeder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user