Skip to content

Commit f4c1daa

Browse files
authored
Disable hints by default
1 parent 34f6b96 commit f4c1daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
'enabled' => false,
150150
'types' => ['SELECT'], // // workaround ['SELECT'] only. https://github.com/barryvdh/laravel-debugbar/issues/888 ['SELECT', 'INSERT', 'UPDATE', 'DELETE']; for MySQL 5.6.3+
151151
],
152-
'hints' => true, // Show hints for common mistakes
152+
'hints' => false, // Show hints for common mistakes
153153
],
154154
'mail' => [
155155
'full_log' => false

0 commit comments

Comments
 (0)