Commit 1f91e9d0 authored by pi0's avatar pi0

Style CI AGAIN :(

parent f86ba509
...@@ -578,7 +578,7 @@ class Builder extends BaseBuilder ...@@ -578,7 +578,7 @@ class Builder extends BaseBuilder
{ {
$results = $this->get(is_null($key) ? [$column] : [$column, $key]); $results = $this->get(is_null($key) ? [$column] : [$column, $key]);
return $this->use_collection ? $results->pluck($column, $key) : Arr::pluck($results,$column,$key); return $this->use_collection ? $results->pluck($column, $key) : Arr::pluck($results, $column, $key);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment