Skip to content

Commit

Permalink
chore: remove deprecation notice from webhook recipients
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Jul 16, 2024
1 parent 694bffe commit ce3e929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compat/src-deprecated/Defaults/Recipient/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class Webhook extends BaseRecipient
*/
public function __construct($slug, $name)
{
notification_deprecated_class( __CLASS__, '[Next]' );

parent::__construct(
[
'slug' => $slug,
Expand Down

0 comments on commit ce3e929

Please sign in to comment.