Skip to content

Commit e59372a

Browse files
authored
renamed left has to contains (#51532)
1 parent 075c69f commit e59372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Concerns/ValidatesAttributes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public function validateConfirmed($attribute, $value)
501501
}
502502

503503
/**
504-
* Validate an attribute has a list of values.
504+
* Validate an attribute contains a list of values.
505505
*
506506
* @param string $attribute
507507
* @param mixed $value

0 commit comments

Comments
 (0)