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 7ab5153 commit a51d5d3Copy full SHA for a51d5d3
src/Eloquent/SpatialTrait.php
@@ -66,7 +66,9 @@ protected function newBaseQueryBuilder()
66
$connection = $this->getConnection();
67
68
return new BaseBuilder(
69
- $connection, $connection->getQueryGrammar(), $connection->getPostProcessor()
+ $connection,
70
+ $connection->getQueryGrammar(),
71
+ $connection->getPostProcessor()
72
);
73
}
74
0 commit comments