Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadimani committed May 12, 2024
1 parent 7756a4f commit 6a36420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Enums/PaymentStatusEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
enum PaymentStatusEnum:string{
case Pending = 'pending';
case Verified = 'verified';
case Rejected = 'rejected';
}
case Rejected = 'rejected';
}

0 comments on commit 6a36420

Please sign in to comment.