File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments