@@ -13,11 +13,11 @@ |
||
13 | 13 | class MatchesPasswordException extends ValidationException |
14 | 14 | { |
15 | 15 | public static $defaultTemplates = [ |
16 | - self::MODE_DEFAULT => [ |
|
17 | - self::STANDARD => '{{name}} does not macth', |
|
18 | - ], |
|
19 | - self::MODE_NEGATIVE => [ |
|
20 | - self::STANDARD => '{{name}} does not macth negative', |
|
21 | - ] |
|
22 | - ]; |
|
16 | + self::MODE_DEFAULT => [ |
|
17 | + self::STANDARD => '{{name}} does not macth', |
|
18 | + ], |
|
19 | + self::MODE_NEGATIVE => [ |
|
20 | + self::STANDARD => '{{name}} does not macth negative', |
|
21 | + ] |
|
22 | + ]; |
|
23 | 23 | } |
24 | 24 | \ No newline at end of file |