Skip to content

Commit c198d8a

Browse files
committed
Changes for chapter 1
Signed-off-by: Howriq <[email protected]>
1 parent f3f2457 commit c198d8a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/App/src/ConfigProvider.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ private function getDoctrineConfig(): array
112112
],
113113
],
114114
],
115-
'connection' => [
116-
'orm_default' => [
117-
'doctrine_mapping_types' => [
118-
UuidBinaryType::NAME => 'binary',
119-
UuidBinaryOrderedTimeType::NAME => 'binary',
120-
],
121-
],
122-
],
123115
'driver' => [
124116
// The default metadata driver aggregates all other drivers into a single one.
125117
// Override `orm_default` only if you know what you're doing.
@@ -136,9 +128,7 @@ private function getDoctrineConfig(): array
136128
'check_database_platform' => true,
137129
],
138130
'types' => [
139-
UuidType::NAME => UuidType::class,
140-
UuidBinaryType::NAME => UuidBinaryType::class,
141-
UuidBinaryOrderedTimeType::NAME => UuidBinaryOrderedTimeType::class,
131+
UuidType::NAME => UuidType::class,
142132
],
143133
];
144134
}

0 commit comments

Comments
 (0)