Skip to content

Commit 6239b22

Browse files
committed
Fixed alignment of factories
1 parent 51d92f0 commit 6239b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testing.config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
'service_manager' => [
8282
'factories' => [
8383
'doctrine.entitymanager.orm_other' => new EntityManagerFactory('orm_other'),
84-
'doctrine.connection.orm_other' => new DBALConnectionFactory('orm_other'),
84+
'doctrine.connection.orm_other' => new DBALConnectionFactory('orm_other'),
8585
'doctrine.configuration.orm_other' => new ConfigurationFactory('orm_other'),
86-
'doctrine.eventmanager.orm_other' => new EventManagerFactory('orm_other'),
86+
'doctrine.eventmanager.orm_other' => new EventManagerFactory('orm_other'),
8787
],
8888
],
8989
];

0 commit comments

Comments
 (0)