8000 minor #8238 Typo fixed in a doctrine docs (pavemaksim) · symfony/symfony-docs@648bd5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 648bd5c

Browse files
committed
minor #8238 Typo fixed in a doctrine docs (pavemaksim)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8238). Discussion ---------- Typo fixed in a doctrine docs Commits ------- 3100ab7 Typo fixed in a doctrine docs
2 parents 477e5c2 + 3100ab7 commit 648bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ Updating an Object
632632
Once you've fetched an object from Doctrine, updating it is easy. Suppose
633633
you have a route that maps a product id to an update action in a controller::
634634

635-
use AppBundle\Entity\Post;
635+
use AppBundle\Entity\Product;
636636
// ...
637637

638638
public function updateAction($productId)

0 commit comments

Comments
 (0)
0