Skip to content

Commit 511ba2b

Browse files
committed
Fix DoesTouches to DoesTouch
1 parent ca92a13 commit 511ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Eloquent/SpatialTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function testScopeOverlaps()
393393

394394
public function testScopeDoesTouch()
395395
{
396-
$query = TestModel::DoesTouches('point',$this->buildTestPolygon());
396+
$query = TestModel::DoesTouch('point',$this->buildTestPolygon());
397397

398398
$this->assertInstanceOf(\Grimzy\LaravelMysqlSpatial\Eloquent\Builder::class, $query);
399399
$q = $query->getQuery();

0 commit comments

Comments
 (0)