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 ca92a13 commit 511ba2bCopy full SHA for 511ba2b
tests/Unit/Eloquent/SpatialTraitTest.php
@@ -393,7 +393,7 @@ public function testScopeOverlaps()
393
394
public function testScopeDoesTouch()
395
{
396
- $query = TestModel::DoesTouches('point',$this->buildTestPolygon());
+ $query = TestModel::DoesTouch('point',$this->buildTestPolygon());
397
398
$this->assertInstanceOf(\Grimzy\LaravelMysqlSpatial\Eloquent\Builder::class, $query);
399
$q = $query->getQuery();
0 commit comments