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 fed1f91 commit 4dd729dCopy full SHA for 4dd729d
src/MysqlConnection.php
@@ -24,7 +24,7 @@ public function __construct($pdo, $database = '', $tablePrefix = '', array $conf
24
'multilinestring',
25
'multipolygon',
26
'geometrycollection',
27
- 'geomcollection'
+ 'geomcollection',
28
];
29
$dbPlatform = $this->getDoctrineSchemaManager()->getDatabasePlatform();
30
foreach ($geometries as $type) {
0 commit comments