Skip to content

Commit f108c58

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Add missing `use` statement to databases & doctrine page
2 parents 2307dc8 + d31e17f commit f108c58

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)