Update instance.php

This commit is contained in:
Felipe Mateus 2023-07-16 03:06:39 -03:00
parent cc26bfadfb
commit 4bfa2c5119
No known key found for this signature in database
GPG key ID: 94D494618F214123

View file

@ -60,7 +60,7 @@ return [
],
'polls' => [
'enabled' => false
'enabled' => env('INSTANCE_POLLS', false),
],
'stories' => [