Skip to content

Commit

Permalink
ArticleFixture -> ArticleFixtures in a few code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Mar 25, 2019
1 parent 8633cc0 commit e0608e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knpu/ep3b-doctrine-relations/awesome-random-fixtures.md
Expand Up @@ -102,11 +102,11 @@ This will require you to have one method. Move to the bottom, then, go to the
"Code" -> "Generate" menu, or `Command` + `N` on a Mac, select "Implement Methods"
and choose `getDependencies()`. I'll add the `public` before the function:

[[[ code('76c463f682') ]]]
[[[ code('10079c555d') ]]]

Just return an array with `ArticleFixtures::class`:

[[[ code('130e254ae3') ]]]
[[[ code('119ecf733c') ]]]

That's it! Load them again:

Expand Down

0 comments on commit e0608e7

Please sign in to comment.