We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95415 commit f2362ffCopy full SHA for f2362ff
src/Illuminate/Validation/Rules/DatabaseRule.php
@@ -81,7 +81,7 @@ public function resolveTableName($table)
81
* Set a "where" constraint on the query.
82
*
83
* @param \Closure|string $column
84
- * @param \Illuminate\Contracts\Support\Arrayable|array|string|int|null $value
+ * @param \Illuminate\Contracts\Support\Arrayable|array|string|int|bool|null $value
85
* @return $this
86
*/
87
public function where($column, $value = null)
0 commit comments