Skip to content

Commit 8b19ad4

Browse files
authored
Spelling fix
1 parent 948e899 commit 8b19ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CardExpirationMonth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CardExpirationMonth implements Rule
88
{
9-
const MSG_CARD_EXPIRATION_MONT_INVALID = 'validation.credit_card.card_expiration_month_invalid';
9+
const MSG_CARD_EXPIRATION_MONTH_INVALID = 'validation.credit_card.card_expiration_month_invalid';
1010

1111
/**
1212
* Year field name.
@@ -46,6 +46,6 @@ public function passes($attribute, $value)
4646
*/
4747
public function message()
4848
{
49-
return trans(static::MSG_CARD_EXPIRATION_MONT_INVALID);
49+
return trans(static::MSG_CARD_EXPIRATION_MONTH_INVALID);
5050
}
5151
}

0 commit comments

Comments
 (0)