Skip to content

Commit 4c816e6

Browse files
committed
remove dead code
1 parent aeb495b commit 4c816e6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/Http/Resources/Models/WebhookResource.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,4 @@ public function __construct(Webhook $webhook)
6262
$this->created_at = $webhook->created_at;
6363
$this->updated_at = $webhook->updated_at;
6464
}
65-
66-
public function fromModel(Webhook $webhook): static
67-
{
68-
return new static($webhook);
69-
}
7065
}

0 commit comments

Comments
 (0)