Skip to content

Commit 4c92ae0

Browse files
Daniel BerthereauDaniel Berthereau
authored andcommitted
Fixed config form.
1 parent b2ef546 commit 4c92ae0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Form/ConfigForm.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ public function init(): void
9898
'name' => 'datatypegeometry_locate_srid',
9999
'required' => false,
100100
])
101+
->add([
102+
'name' => 'datatypegeometry_support_geographic_search',
103+
'required' => false,
104+
])
101105
->add([
102106
'name' => 'process_mode',
103107
'required' => false,

0 commit comments

Comments
 (0)