Skip to content

Commit 96d0ea6

Browse files
docs(config): correct the app.debug help text
In the example `config/config.dist.php` file correct the help text about the `app.debug` setting.
1 parent 3952a26 commit 96d0ea6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/config.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# The public name of the application
2020
'app.title' => 'LibreBooking',
2121

22-
# The public name of the application
22+
# Enable or disable debug mode for the application
23+
# if enabled it will enable 'display_errors' and 'display_startup_errors'
2324
'app.debug' => false,
2425

2526
# Administrator email address

0 commit comments

Comments
 (0)