Skip to content

Commit ff25e6f

Browse files
committed
minor #8335 Update associations.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update associations.rst Commits ------- 6600b2e Update associations.rst
2 parents 845f98a + 6600b2e commit ff25e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ When you need to fetch associated objects, your workflow looks just like it
273273
did before. First, fetch a ``$product`` object and then access its related
274274
``Category`` object::
275275

276-
use AppBundle\Entity\Post;
276+
use AppBundle\Entity\Product;
277277
// ...
278278

279279
public function showAction($productId)

0 commit comments

Comments
 (0)