Skip to content

Commit 2a6064e

Browse files
committed
Fix typo (again)
1 parent d989a8e commit 2a6064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CardExpirationYear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CardExpirationYear implements Rule
88
{
9-
const MSG_CARD_EXPIRATION_YEAR_INVALID = 'validation.credit_card.card_expiation_year_invalid';
9+
const MSG_CARD_EXPIRATION_YEAR_INVALID = 'validation.credit_card.card_expiration_year_invalid';
1010

1111
/**
1212
* Month field name.

0 commit comments

Comments
 (0)