Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 26, 2017
1 parent 0751ec0 commit cd0dfbe
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 @@ -87,7 +87,7 @@ Within the `DatabaseSeeder` class, you may use the `call` method to execute addi
<a name="running-seeders"></a>
## Running Seeders

Once you have written your seeder classes you will need register the new class for autoloading by running `composer du`:
Once you have written your seeder, you may need to regenerate Composer's autoloader using the `dump-autoload` command:

composer dump-autoload

Expand Down

0 comments on commit cd0dfbe

Please sign in to comment.