Skip to content

Commit 8fdfef4

Browse files
author
Pablo Sanchez
committed
[UPD] - Mapped functions to public schema
1 parent 8bb4603 commit 8fdfef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ protected function getPostgisFields()
2424

2525
protected function asWKT(GeometryInterface $geometry)
2626
{
27-
return $this->getQuery()->raw(sprintf("public.public.ST_GeogFromText('%s')", $geometry->toWKT()));
27+
return $this->getQuery()->raw(sprintf("public.ST_GeogFromText('%s')", $geometry->toWKT()));
2828
}
2929
}

0 commit comments

Comments
 (0)