We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49961c9 commit 2afd7d1Copy full SHA for 2afd7d1
resources/lang/en/messages.php
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+return [
4
+ 'invalid' => 'The :attribute is not a valid code.',
5
+ 'expired' => 'The :attribute is expired.',
6
+ 'max_attempt' => 'The :attribute reached the maximum allowed attempts.',
7
+];
0 commit comments