Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Sep 9, 2024
1 parent 5d97579 commit 046b10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Enums/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Vormkracht10\Mails\Enums;

enum Provider
enum Provider: string
{
case Postmark;
case Mailgun;
case POSTMARK = 'postmark';
case MAILGUN = 'mailgun';
}

0 comments on commit 046b10d

Please sign in to comment.