Skip to content

Commit b7b7543

Browse files
authored
Update config.php
1 parent 016cc1b commit b7b7543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323

2424
/*
25-
* Define the output formats that you want to use.
25+
* Define the output format that you want to use. Multiple classes are supported.
2626
* Available options are:
2727
*
2828
* Alert:
@@ -50,7 +50,7 @@
5050
* \BeyondCode\QueryDetector\Outputs\Log::class
5151
*/
5252
'output' => [
53-
\BeyondCode\QueryDetector\Outputs\Log::class,
5453
\BeyondCode\QueryDetector\Outputs\Alert::class,
54+
\BeyondCode\QueryDetector\Outputs\Log::class,
5555
]
5656
];

0 commit comments

Comments
 (0)