Enable webhooks.

This commit is contained in:
James Cole
2023-01-04 20:11:56 +01:00
parent c3e0ce0c08
commit fa588db1a9

View File

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