Small fix

This commit is contained in:
shimon 2022-06-08 10:28:26 +03:00
parent dea03f5396
commit 9e828ecbe7

View file

@ -60,7 +60,7 @@ class Webhook extends Model
])
->addRule('signatureKey', [
'type' => self::TYPE_STRING,
'description' => 'Signature key which can be used to validated incoming requests',
'description' => 'Signature key which can be used to validated incoming',
'default' => '',
'example' => 'ad3d581ca230e2b7059c545e5a0d1defd8c349f8979b12579e03890aab973bcd23318e4b0ff6190fa3be09d746358821e19147d995210d45855eb3c069f6fd6e',
])