From 1e5dfe8bf36a1da39c16ce32fa62992d46abfccd Mon Sep 17 00:00:00 2001 From: pavemaksim Date: Sat, 29 Jul 2017 17:49:02 +0300 Subject: [PATCH] Typo fixed in a doctrine docs --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index eae1a934b5d..4fcfaf6b7ae 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -680,7 +680,7 @@ Updating an Object Once you've fetched an object from Doctrine, updating it is easy. Suppose you have a route that maps a product id to an update action in a controller:: - use AppBundle\Entity\Post; + use AppBundle\Entity\Product; // ... public function updateAction($productId)