Skip to content

Commit 6879e5b

Browse files
committed
pipeline fix
Signed-off-by: Howriq <[email protected]>
1 parent 948aa68 commit 6879e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App/src/ConfigProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* default_lifetime: int,
5151
* default_lock_lifetime: int,
5252
* file_lock_region_directory: string,
53-
* regions: non-empty-string[],
53+
* regions: string[],
5454
* },
5555
* },
5656
* },
@@ -152,6 +152,7 @@ private function getDoctrineConfig(): array
152152
],
153153
'configuration' => [
154154
'orm_default' => [
155+
'entity_listener_resolver' => EntityListenerResolverInterface::class,
155156
'result_cache' => 'filesystem',
156157
'metadata_cache' => 'filesystem',
157158
'query_cache' => 'filesystem',

0 commit comments

Comments
 (0)