Skip to content

Commit

Permalink
fix typo for class name in seeding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Kraev committed Feb 3, 2016
1 parent 4f0e48c commit fb15936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fb15936

Please sign in to comment.