Skip to content

Commit 3100ab7

Browse files
pavemaksimxabbuh
authored andcommitted
Typo fixed in a doctrine docs
1 parent 477e5c2 commit 3100ab7

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)