Skip to content

Commit

Permalink
Update src/contracts/Notification/UserInvitation.php
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Oboza <[email protected]>
  • Loading branch information
ViniTou and konradoboza authored Jul 10, 2024
1 parent b115e5a commit abc0748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contracts/Notification/UserInvitation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
final class UserInvitation extends Notification implements EmailNotificationInterface
{
public function __construct(
private Invitation $invitation,
private ConfigResolverInterface $configResolver,
private Environment $twig
private readonly Invitation $invitation,
private readonly ConfigResolverInterface $configResolver,
private readonly Environment $twig
) {
parent::__construct();
}
Expand Down

0 comments on commit abc0748

Please sign in to comment.