We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948aa68 commit 6879e5bCopy full SHA for 6879e5b
src/App/src/ConfigProvider.php
@@ -50,7 +50,7 @@
50
* default_lifetime: int,
51
* default_lock_lifetime: int,
52
* file_lock_region_directory: string,
53
- * regions: non-empty-string[],
+ * regions: string[],
54
* },
55
56
@@ -152,6 +152,7 @@ private function getDoctrineConfig(): array
152
],
153
'configuration' => [
154
'orm_default' => [
155
+ 'entity_listener_resolver' => EntityListenerResolverInterface::class,
156
'result_cache' => 'filesystem',
157
'metadata_cache' => 'filesystem',
158
'query_cache' => 'filesystem',
0 commit comments