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 3a3048e commit 9278114Copy full SHA for 9278114
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