mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix feature flag.
This commit is contained in:
parent
a952ba5411
commit
42267bfc65
@ -98,7 +98,7 @@ return [
|
||||
'feature_flags' => [
|
||||
'export' => true,
|
||||
'telemetry' => false,
|
||||
'webhooks' => false,
|
||||
'webhooks' => true,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '5.6.0-alpha.1',
|
||||
|
Loading…
Reference in New Issue
Block a user