We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612b7e4 commit 423867fCopy full SHA for 423867f
config/config.php
@@ -40,6 +40,10 @@
40
* Console:
41
* Writes the N+1 queries into your browsers console log
42
* \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
47
*/
48
'output' => [
49
\BeyondCode\QueryDetector\Outputs\Log::class,
0 commit comments