Notification icon indicating copy to clipboard operation
Notification copied to clipboard

Fix PHP Error in Webhook

Open zebfross opened this issue 3 years ago • 0 comments

A required parameter follows optional parameters causing issues in newer versions of PHP. PHP Deprecated: Required parameter $method follows optional parameter $args.

The fix is just to add a reasonable default for method.

zebfross avatar Jun 25 '22 19:06 zebfross