From 9700e055c22e2d7aa61516af33729e1160a7a52a Mon Sep 17 00:00:00 2001 From: Marc Reichel Date: Sun, 10 Mar 2024 18:49:03 +0100 Subject: [PATCH] chore: Cleanup --- src/Models/Webhook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Models/Webhook.php b/src/Models/Webhook.php index a8e5a48..077a6b1 100644 --- a/src/Models/Webhook.php +++ b/src/Models/Webhook.php @@ -72,7 +72,6 @@ public static function find(int $id): ?self public function delete(): mixed { - ray($this->id); if (!$this->id) { return false; }