Skip to content

Commit

Permalink
Small type fixed
Browse files Browse the repository at this point in the history
DatabaseSeeeder change to DatabaseSeeder
  • Loading branch information
juukie14 committed Nov 1, 2013
1 parent dfc720d commit 8977a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To seed your database, you may use the `db:seed` command on the Artisan CLI:

php artisan db:seed

By default, the `db:seed` command runs the `DatabaseSeeeder` class, which may be used to call other seed classes. However, you may use the `--class` option to specify a specific seeder class to run individually:
By default, the `db:seed` command runs the `DatabaseSeeder` class, which may be used to call other seed classes. However, you may use the `--class` option to specify a specific seeder class to run individually:

php artisan db:seed --class=UserTableSeeder

Expand Down

0 comments on commit 8977a97

Please sign in to comment.