From fb1593603bebc170f83a5ef3358a4c31465d3f1c Mon Sep 17 00:00:00 2001 From: Vasily Kraev Date: Wed, 3 Feb 2016 23:26:20 +0400 Subject: [PATCH] fix typo for class name in seeding.md --- seeding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeding.md b/seeding.md index ef96666ba22..f4132726777 100644 --- a/seeding.md +++ b/seeding.md @@ -91,7 +91,7 @@ Once you have written your seeder classes, you may use the `db:seed` Artisan com php artisan db:seed - php artisan db:seed --class=UserTableSeeder + php artisan db:seed --class=UsersTableSeeder You may also seed your database using the `migrate:refresh` command, which will also rollback and re-run all of your migrations. This command is useful for completely re-building your database: