formatting

This commit is contained in:
Taylor Otwell 2018-02-12 08:49:02 -06:00
parent 2ffd7043c2
commit c6911b97a1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Within the Closure, which serves as the factory definition, you may return the d
You may also create additional factory files for each model for better organization. For example, you could create `UserFactory.php` and `CommentFactory.php` files within your `database/factories` directory. All of the files within the `factories` directory will automatically be loaded by Laravel.
> {tip} You can set a Faker locale by adding `'faker_locale' => 'en_US',` to your `config/app.php` file.
> {tip} You can set the Faker locale by adding a `faker_locale` option to your `config/app.php` configuration file.
<a name="factory-states"></a>
### Factory States