Skip to content

Commit c994b3f

Browse files
committed
removed type docs
Signed-off-by: Howriq <[email protected]>
1 parent ea1a4c9 commit c994b3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App/src/ConfigProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use Doctrine\ORM\EntityManager;
88
use Doctrine\ORM\EntityManagerInterface;
9-
use Doctrine\ORM\Mapping\EntityListenerResolver as EntityListenerResolverInterface;
109
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
1110
use Dot\Cache\Adapter\ArrayAdapter;
1211
use Dot\Cache\Adapter\FilesystemAdapter;
@@ -97,7 +96,6 @@ private function getDoctrineConfig(): array
9796
],
9897
'configuration' => [
9998
'orm_default' => [
100-
'entity_listener_resolver' => EntityListenerResolverInterface::class,
10199
'result_cache' => 'filesystem',
102100
'metadata_cache' => 'filesystem',
103101
'query_cache' => 'filesystem',

0 commit comments

Comments
 (0)