Skip to content

Commit a7f15b6

Browse files
committed
Update STMakeEnvelope.php
Increased expression count
1 parent 93aba05 commit a7f15b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class STMakeEnvelope extends AbstractSpatialDQLFunction
3939

4040
protected $functionName = 'ST_MakeEnvelope';
4141

42-
protected $minGeomExpr = 2;
42+
protected $minGeomExpr = 4;
4343

44-
protected $maxGeomExpr = 2;
44+
protected $maxGeomExpr = 5;
4545
}

0 commit comments

Comments
 (0)