Skip to content

Commit

Permalink
No need to set original twice (#17161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and taylorotwell committed Jan 5, 2017
1 parent c0f3538 commit 07f96b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Http/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class JsonResponse extends BaseJsonResponse
*/
public function __construct($data = null, $status = 200, $headers = [], $options = 0)
{
$this->original = $data;

$this->encodingOptions = $options;

parent::__construct($data, $status, $headers);
Expand Down

0 comments on commit 07f96b7

Please sign in to comment.