Skip to content

Commit 23a8a63

Browse files
JeroenMoonenjaviereguiluz
authored andcommitted
Update database.rst
1 parent 88619c3 commit 23a8a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ so, get the entity manager via the service container as follows::
9898

9999
class ProductRepositoryTest extends KernelTestCase
100100
{
101-
private \Doctrine\ORM\EntityManager $entityManager;
101+
private \Doctrine\Persistence\ObjectManager $entityManager;
102102

103103
protected function setUp(): void
104104
{

0 commit comments

Comments
 (0)