Travis Obregon 2018-07-31 13:49:53 +01:00 committed by Taylor Otwell
parent f76fefb94f
commit 689e0874d6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ interface Validator extends MessageProvider
/**
* Add conditions to a given field based on a Closure.
*
* @param string $attribute
* @param string|array $attribute
* @param string|array $rules
* @param callable $callback
* @return $this