Skip to content

Commit beff965

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/App/src/ConfigProvider.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use Mezzio\Application;
1717
use Ramsey\Uuid\Doctrine\UuidType;
1818
use Roave\PsrContainerDoctrine\EntityManagerFactory;
19-
2019
use Symfony\Component\Cache\Adapter\AdapterInterface;
20+
2121
use 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,

0 commit comments

Comments
 (0)