Skip to content

Commit d790bcf

Browse files
authored
Update README.md
1 parent 423867f commit d790bcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ return [
8484
* Console:
8585
* Writes the N+1 queries into your browsers console log
8686
* \BeyondCode\QueryDetector\Outputs\Console::class
87+
*
88+
* JSON:
89+
* Writes the N+1 queries into the response body of your JSON responses
90+
* \BeyondCode\QueryDetector\Outputs\Json::class
8791
*/
8892
'output' => [
8993
\BeyondCode\QueryDetector\Outputs\Alert::class

0 commit comments

Comments
 (0)