Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Implement ArrayAccess on JsonResponse + TestResponse #30817

Merged
merged 9 commits into from
Dec 11, 2019
Prev Previous commit
remove old property
  • Loading branch information
taylorotwell committed Dec 11, 2019
commit 7c18d39e0b9d917ce1a2cffec03b10c78b16ed18
7 changes: 0 additions & 7 deletions src/Illuminate/Http/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ class JsonResponse extends BaseJsonResponse
Macroable::__call as macroCall;
}

/**
* The formatted JSON decoded.
*
* @var mixed
*/
protected $decoded;

/**
* Constructor.
*
Expand Down