We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc81c1a commit ec531b3Copy full SHA for ec531b3
config/services.php
@@ -20,9 +20,9 @@
20
->set('app.server-mail', env('SERVER_EMAIL'))
21
->set('app.server-email-for-test', env('SERVER_EMAIL_FOR_TEST'))
22
->set('app.mail.bcc-chunk', 10)
23
- ->set('app.features.hint', true)
24
- ->set('app.features.editable-profile', true)
25
- ->set('app.features.comment', true)
+ ->set('app.features.hint', false)
+ ->set('app.features.editable-profile', false)
+ ->set('app.features.comment', false)
26
;
27
28
$services = $containerConfigurator->services();
0 commit comments