Skip to content

Commit

Permalink
Remove typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Dec 28, 2022
1 parent 2a9d794 commit 87da56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/WebhookCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function clearException(): self
return $this;
}

public function prunable(): Builder
public function prunable()
{
$days = config('webhook-client.delete_after_days');

Expand Down

0 comments on commit 87da56e

Please sign in to comment.