diff --git a/config/debugbar.php b/config/debugbar.php index a0d80cef2..9e9770780 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -147,6 +147,7 @@ return [ 'types' => ['SELECT'], // // workaround ['SELECT'] only. https://github.com/barryvdh/laravel-debugbar/issues/888 ['SELECT', 'INSERT', 'UPDATE', 'DELETE']; for MySQL 5.6.3+ ], 'hints' => true, // Show hints for common mistakes + 'show_copy' => true, // Show copy button next to the query ], 'mail' => [ 'full_log' => false