Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson authored Oct 18, 2019
1 parent adce6ac commit 6763a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ You may also attach relationships to models in your factory definitions. For exa
];
});

If the relationship depends on the facotry that defines them you may use a callback that accepts the evaluated attribute array:
If the relationship depends on the factory that defines it you may use a callback that accepts the evaluated attribute array:

$factory->define(App\Post::class, function ($faker) {
return [
Expand Down

0 comments on commit 6763a5e

Please sign in to comment.