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.
2 parents 3a3048e + 9278114 commit 402afc8Copy full SHA for 402afc8
src/Rules/AlphaDash.php
@@ -7,7 +7,7 @@
7
class AlphaDash extends Rule
8
{
9
10
- protected $message = "The :attribute only allows a-z, 0-8, _ and -";
+ protected $message = "The :attribute only allows a-z, 0-9, _ and -";
11
12
public function check($value)
13
0 commit comments