Skip to content

Commit 3c860ab

Browse files
authored
Update README.md
Updates README in accordance with updated config
1 parent 4463719 commit 3c860ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ return [
9090
* \BeyondCode\QueryDetector\Outputs\Json::class
9191
*/
9292
'output' => [
93-
\BeyondCode\QueryDetector\Outputs\Alert::class
93+
\BeyondCode\QueryDetector\Outputs\Log::class,
94+
\BeyondCode\QueryDetector\Outputs\Alert::class,
9495
]
9596

9697
];

0 commit comments

Comments
 (0)