Skip to content

Commit a51d5d3

Browse files
grimzyStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 7ab5153 commit a51d5d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Eloquent/SpatialTrait.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ protected function newBaseQueryBuilder()
6666
$connection = $this->getConnection();
6767

6868
return new BaseBuilder(
69-
$connection, $connection->getQueryGrammar(), $connection->getPostProcessor()
69+
$connection,
70+
$connection->getQueryGrammar(),
71+
$connection->getPostProcessor()
7072
);
7173
}
7274

0 commit comments

Comments
 (0)