Skip to content

Commit afa84b4

Browse files
committed
Style
1 parent 2ad0db0 commit afa84b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,10 +1150,10 @@ protected function callScope($scope, $parameters)
11501150
*/
11511151
protected function applyCallback(callable $callback, $parameters = [], $query = null)
11521152
{
1153-
if (!$query) {
1153+
if (! $query) {
11541154
$query = $this->getQuery();
11551155
}
1156-
1156+
11571157
// We will keep track of how many wheres are on the query before running the
11581158
// scope so that we can properly group the added scope constraints in the
11591159
// query as their own isolated nested where statement and avoid issues.

0 commit comments

Comments
 (0)