Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix inline script code to match related code block
  • Loading branch information
bocharsky-bw committed Apr 11, 2017
1 parent 445b323 commit e8995bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/ep3b-doctrine-relations/relation-query.md
Expand Up @@ -25,7 +25,7 @@ Doctrine doesn't know about this new repository class yet, so go tell it! In
[[[ code('3b336175eb') ]]]

Finally, use the new method in `GenusController` -
`$recentNotes = $em->getRepository('AppBundle:Genus')->findAllRecentNotesForGenus()`
`$recentNotes = $em->getRepository('AppBundle:GenusNote')->findAllRecentNotesForGenus()`
and pass it the `$genus` object from above:

[[[ code('52aa8cd4be') ]]]
Expand Down

0 comments on commit e8995bd

Please sign in to comment.