Skip to content

Commit

Permalink
chore: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Mar 10, 2024
1 parent 4bb1acb commit 9700e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public static function find(int $id): ?self

public function delete(): mixed
{
ray($this->id);
if (!$this->id) {
return false;
}
Expand Down

0 comments on commit 9700e05

Please sign in to comment.