Merge pull request #952 from deathart/patch-2

Fix wrong command line for seed database
This commit is contained in:
Lonnie Ezell 2018-02-28 12:43:07 -06:00 committed by GitHub
commit 7f85f539ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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