From 6763a5ed559d4725892c86289b140ddda5d9bfa4 Mon Sep 17 00:00:00 2001 From: Dwight Watson Date: Fri, 18 Oct 2019 23:01:51 +1100 Subject: [PATCH] Fix typo --- database-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-testing.md b/database-testing.md index 65c2722f..7f6bc468 100644 --- a/database-testing.md +++ b/database-testing.md @@ -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 [