Skip to content

Commit 130f61b

Browse files
authored
Merge pull request #76 from asdert92/master
Wrong property name in new Rule Readme's unique example
2 parents 82e354c + e22311a commit 130f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ class UniqueRule extends Rule
934934
{
935935
protected $message = ":attribute :value has been used";
936936

937-
protected $fillable_params = ['table', 'column', 'except'];
937+
protected $fillableParams = ['table', 'column', 'except'];
938938

939939
protected $pdo;
940940

0 commit comments

Comments
 (0)