Skip to content

Commit 9278114

Browse files
committed
typo AlphaDash default message
1 parent 3a3048e commit 9278114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/AlphaDash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class AlphaDash extends Rule
88
{
99

10-
protected $message = "The :attribute only allows a-z, 0-8, _ and -";
10+
protected $message = "The :attribute only allows a-z, 0-9, _ and -";
1111

1212
public function check($value)
1313
{

0 commit comments

Comments
 (0)