Skip to content

Commit a04b80c

Browse files
committed
Apply fixes from StyleCI
1 parent d1b8c89 commit a04b80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public function withWhereRelation($relation, $column, $operator = null, $value =
452452
->with([
453453
$relation => fn ($query) => $column instanceof Closure
454454
? $column($query)
455-
: $query->where($column, $operator, $value)
455+
: $query->where($column, $operator, $value),
456456
]);
457457
}
458458

0 commit comments

Comments
 (0)