Skip to content

Commit

Permalink
Update Same.php
Browse files Browse the repository at this point in the history
Typo should be 'as' not 'with'
  • Loading branch information
netsco committed Oct 8, 2020
1 parent ff003a3 commit 8b72e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/Same.php
Expand Up @@ -8,7 +8,7 @@ class Same extends Rule
{

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

/** @var array */
protected $fillableParams = ['field'];
Expand Down

0 comments on commit 8b72e54

Please sign in to comment.