Skip to content

Commit cb3f391

Browse files
authored
[13.x] Fixes merge conflict (#55294)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 7a732d5 commit cb3f391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Query/Builder.php

+2
Original file line numberDiff line numberDiff line change
@@ -3354,6 +3354,8 @@ protected function enforceOrderBy()
33543354
*/
33553355
public function pluck($column, $key = null)
33563356
{
3357+
$original = $this->columns;
3358+
33573359
// First, we will need to select the results of the query accounting for the
33583360
// given columns / key. Once we have the results, we will be able to take
33593361
// the results and get the exact data that was requested for the query.

0 commit comments

Comments
 (0)