Skip to content

Commit 1f91e9d

Browse files
committed
Style CI AGAIN :(
1 parent f86ba50 commit 1f91e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ public function pluck($column, $key = null)
578578
{
579579
$results = $this->get(is_null($key) ? [$column] : [$column, $key]);
580580

581-
return $this->use_collection ? $results->pluck($column, $key) : Arr::pluck($results,$column,$key);
581+
return $this->use_collection ? $results->pluck($column, $key) : Arr::pluck($results, $column, $key);
582582
}
583583

584584
/**

0 commit comments

Comments
 (0)