From 7866dcc07e191a8a65de52d6ee8b86ed882b6095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Nemeik=C5=A1is?= Date: Tue, 19 Dec 2017 21:46:06 +0200 Subject: [PATCH] Update flex_recipes.rst --- quick_tour/flex_recipes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/quick_tour/flex_recipes.rst b/quick_tour/flex_recipes.rst index 6ac5073c3e8..db7cbe236b7 100644 --- a/quick_tour/flex_recipes.rst +++ b/quick_tour/flex_recipes.rst @@ -179,6 +179,7 @@ rich API for a ``product`` table? Create a ``Product`` entity and give it the // ... use ApiPlatform\Core\Annotation\ApiResource; + use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity()