This commit is contained in:
noor
2023-04-25 18:19:20 +05:30
committed by RafficMohammed
parent 4e5c7123b0
commit 752c4f5bf2

View File

@@ -63,7 +63,7 @@ return [
* \BeyondCode\QueryDetector\Outputs\Log::class * \BeyondCode\QueryDetector\Outputs\Log::class
*/ */
'output' => [ 'output' => [
\BeyondCode\QueryDetector\Outputs\Alert::class, \BeyondCode\QueryDetector\Outputs\Debugbar::class,
\BeyondCode\QueryDetector\Outputs\Log::class, \BeyondCode\QueryDetector\Outputs\Clockwork::class,
], ],
]; ];