diff --git a/compat/src-deprecated/Defaults/Recipient/Webhook.php b/compat/src-deprecated/Defaults/Recipient/Webhook.php index 3eb970a5..e9f5f328 100644 --- a/compat/src-deprecated/Defaults/Recipient/Webhook.php +++ b/compat/src-deprecated/Defaults/Recipient/Webhook.php @@ -28,8 +28,6 @@ class Webhook extends BaseRecipient */ public function __construct($slug, $name) { - notification_deprecated_class( __CLASS__, '[Next]' ); - parent::__construct( [ 'slug' => $slug,