Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Aug 19, 2024
1 parent 0e19345 commit d5ed219
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ public static function fromSubmission(Submission $submission): ?self
return null;
}

return new self(
$submission->data(),
$config
);
return new self($submission->data(), $config);
}

public static function fromUser(User $user): self
Expand Down

0 comments on commit d5ed219

Please sign in to comment.