File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616use Mezzio \Application ;
1717use Ramsey \Uuid \Doctrine \UuidType ;
1818use Roave \PsrContainerDoctrine \EntityManagerFactory ;
19-
2019use Symfony \Component \Cache \Adapter \AdapterInterface ;
20+
2121use function getcwd ;
2222
2323/**
@@ -153,12 +153,12 @@ private function getDoctrineConfig(): array
153153 'configuration ' => [
154154 'orm_default ' => [
155155 'entity_listener_resolver ' => EntityListenerResolverInterface::class,
156- 'result_cache ' => 'filesystem ' ,
157- 'metadata_cache ' => 'filesystem ' ,
158- 'query_cache ' => 'filesystem ' ,
159- 'hydration_cache ' => 'array ' ,
160- 'typed_field_mapper ' => null ,
161- 'second_level_cache ' => [
156+ 'result_cache ' => 'filesystem ' ,
157+ 'metadata_cache ' => 'filesystem ' ,
158+ 'query_cache ' => 'filesystem ' ,
159+ 'hydration_cache ' => 'array ' ,
160+ 'typed_field_mapper ' => null ,
161+ 'second_level_cache ' => [
162162 'enabled ' => true ,
163163 'default_lifetime ' => 3600 ,
164164 'default_lock_lifetime ' => 60 ,
You can’t perform that action at this time.
0 commit comments