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()