Skip to content

Commit e472489

Browse files
authored
Allow int value (#34349)
1 parent 4805818 commit e472489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Rules/DatabaseRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function resolveTableName($table)
7777
* Set a "where" constraint on the query.
7878
*
7979
* @param \Closure|string $column
80-
* @param array|string|null $value
80+
* @param array|string|int|null $value
8181
* @return $this
8282
*/
8383
public function where($column, $value = null)

0 commit comments

Comments
 (0)