We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a732d5 commit cb3f391Copy full SHA for cb3f391
src/Illuminate/Database/Query/Builder.php
@@ -3354,6 +3354,8 @@ protected function enforceOrderBy()
3354
*/
3355
public function pluck($column, $key = null)
3356
{
3357
+ $original = $this->columns;
3358
+
3359
// First, we will need to select the results of the query accounting for the
3360
// given columns / key. Once we have the results, we will be able to take
3361
// the results and get the exact data that was requested for the query.
0 commit comments