Skip to content

Commit ae34e2c

Browse files
authored
Add missing use statement to databases & doctrine page
1 parent ff62e12 commit ae34e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctrine.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ with any PHP model::
813813

814814
use App\Entity\Product;
815815
use App\Repository\ProductRepository;
816+
use Doctrine\ORM\EntityManagerInterface;
816817
use Symfony\Component\HttpFoundation\Response;
817818
use Symfony\Component\Routing\Annotation\Route;
818819
// ...

0 commit comments

Comments
 (0)