Skip to content

Commit d38709e

Browse files
committed
Stop validating webhook URLs as URLs
1 parent ec337fb commit d38709e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Webhook.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public function rules()
119119
[['groupId'], 'number'],
120120
[['enabled'], 'boolean'],
121121
[['method'], 'in', 'range' => ['get', 'post']],
122-
[['url'], 'url'],
123122
[
124123
['class'],
125124
function(string $attribute, array $params = null, Validator $validator) {

0 commit comments

Comments
 (0)