Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
grimzy authored and StyleCIBot committed Mar 7, 2020
1 parent 7ab5153 commit a51d5d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Eloquent/SpatialTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ protected function newBaseQueryBuilder()
$connection = $this->getConnection();

return new BaseBuilder(
$connection, $connection->getQueryGrammar(), $connection->getPostProcessor()
$connection,
$connection->getQueryGrammar(),
$connection->getPostProcessor()
);
}

Expand Down

0 comments on commit a51d5d3

Please sign in to comment.