We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb495b commit 4c816e6Copy full SHA for 4c816e6
1 file changed
app/Http/Resources/Models/WebhookResource.php
@@ -62,9 +62,4 @@ public function __construct(Webhook $webhook)
62
$this->created_at = $webhook->created_at;
63
$this->updated_at = $webhook->updated_at;
64
}
65
-
66
- public function fromModel(Webhook $webhook): static
67
- {
68
- return new static($webhook);
69
- }
70
0 commit comments