Skip to content

Commit ce4dcbc

Browse files
authored
Update database.rst
1 parent 29cc9f2 commit ce4dcbc

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)