Fix feature flag.

This commit is contained in:
James Cole 2021-06-30 19:44:42 +02:00
parent a952ba5411
commit 42267bfc65
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -98,7 +98,7 @@ return [
'feature_flags' => [
'export' => true,
'telemetry' => false,
'webhooks' => false,
'webhooks' => true,
'handle_debts' => true,
],
'version' => '5.6.0-alpha.1',