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 2c1b058 commit c1c162eCopy full SHA for c1c162e
src/Eloquent/SpatialTrait.php
@@ -75,7 +75,9 @@ protected function newBaseQueryBuilder()
75
$connection = $this->getConnection();
76
77
return new BaseBuilder(
78
- $connection, $connection->getQueryGrammar(), $connection->getPostProcessor()
+ $connection,
79
+ $connection->getQueryGrammar(),
80
+ $connection->getPostProcessor()
81
);
82
}
83
0 commit comments