From e741c8804391579caba053f5c7f8927930521912 Mon Sep 17 00:00:00 2001 From: Jack McDade Date: Thu, 2 May 2024 13:13:35 -0400 Subject: [PATCH] Improve the fake sql config code comment --- config/system.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/system.php b/config/system.php index 6a488adbb8..5d8151c7e3 100644 --- a/config/system.php +++ b/config/system.php @@ -186,9 +186,9 @@ | Fake SQL Queries |-------------------------------------------------------------------------- | - | When enabled, Statamic's query builders will emit events that appear - | the same way as any other query. This can be useful for debugging. - | The generated SQL statements are approximations and not exact. + | Enable while using the flat-file Stache driver to show fake "SQL" query + | approximations in your database debugging tools — including Debugbar, + | Laravel Telescope, and Ray with the ray()->showQueries() helper. | */