Skip to content

Commit 17ae3a4

Browse files
committed
1 parent 0e5f9cf commit 17ae3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Same.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Same extends Rule
88
{
99

1010
/** @var string */
11-
protected $message = "The :attribute must be same with :field";
11+
protected $message = "The :attribute must be same as :field";
1212

1313
/** @var array */
1414
protected $fillableParams = ['field'];

0 commit comments

Comments
 (0)