Skip to content

Commit 50e0a12

Browse files
committed
Update STGeomFromGeoJSON.php
1 parent e5223bf commit 50e0a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CrEOF/Spatial/ORM/Query/AST/Functions/PostgreSql/STGeomFromGeoJSON.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @author Derek J. Lambert <dlambert@dereklambert.com>
3131
* @license http://dlambert.mit-license.org MIT
3232
*/
33-
class ST_GeomFromGeoJSON extends AbstractSpatialDQLFunction
33+
class STGeomFromGeoJSON extends AbstractSpatialDQLFunction
3434
{
3535
protected $platforms = array('postgresql');
3636

0 commit comments

Comments
 (0)