Skip to content

Commit ec531b3

Browse files
committed
chore: Set hint, profile and comment to false
1 parent dc81c1a commit ec531b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/services.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
->set('app.server-mail', env('SERVER_EMAIL'))
2121
->set('app.server-email-for-test', env('SERVER_EMAIL_FOR_TEST'))
2222
->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)
23+
->set('app.features.hint', false)
24+
->set('app.features.editable-profile', false)
25+
->set('app.features.comment', false)
2626
;
2727

2828
$services = $containerConfigurator->services();

0 commit comments

Comments
 (0)