Skip to content

Commit cf7eacf

Browse files
committed
minor #8909 Update flex_recipes.rst (niumis)
This PR was merged into the 4.0 branch. Discussion ---------- Update flex_recipes.rst Missing 'use Doctrine\ORM\Mapping as ORM;' Commits ------- 7866dcc Update flex_recipes.rst
2 parents 8cea03f + 7866dcc commit cf7eacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quick_tour/flex_recipes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ rich API for a ``product`` table? Create a ``Product`` entity and give it the
179179
// ...
180180

181181
use ApiPlatform\Core\Annotation\ApiResource;
182+
use Doctrine\ORM\Mapping as ORM;
182183

183184
/**
184185
* @ORM\Entity()

0 commit comments

Comments
 (0)