We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477e5c2 commit 3100ab7Copy full SHA for 3100ab7
doctrine.rst
@@ -632,7 +632,7 @@ Updating an Object
632
Once you've fetched an object from Doctrine, updating it is easy. Suppose
633
you have a route that maps a product id to an update action in a controller::
634
635
- use AppBundle\Entity\Post;
+ use AppBundle\Entity\Product;
636
// ...
637
638
public function updateAction($productId)
0 commit comments