From 72d97db8461fd5786aed6523103493f1a2da5403 Mon Sep 17 00:00:00 2001 From: Rixafy <45132928+Rixafy@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:32:44 +0100 Subject: [PATCH] Improve docs --- .docs/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.docs/README.md b/.docs/README.md index bac1cf0..9c5d152 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -147,9 +147,6 @@ For example: ```neon nettrine.dbal: - debug: - panel: %debugMode% - types: uuid: Ramsey\Uuid\Doctrine\UuidType @@ -320,6 +317,7 @@ nettrine.dbal: ### Debug This library provides Tracy panel for debugging queries. You can enable it by setting `debug.panel` to `true`. +Default value is reversed value of `Tracy\Debugger::$productionMode`, or you can pass it to extension constructor. You can also specify source paths for Tracy panel. This is useful when you want to see the source code of the query. ```neon