Skip to content

Commit 423867f

Browse files
authored
Update config.php
1 parent 612b7e4 commit 423867f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.php

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
* Console:
4141
* Writes the N+1 queries into your browsers console log
4242
* \BeyondCode\QueryDetector\Outputs\Console::class
43+
*
44+
* JSON:
45+
* Writes the N+1 queries into the response body of your JSON responses
46+
* \BeyondCode\QueryDetector\Outputs\Json::class
4347
*/
4448
'output' => [
4549
\BeyondCode\QueryDetector\Outputs\Log::class,

0 commit comments

Comments
 (0)