Skip to content

Commit 2ed34ed

Browse files
committed
changed whereLike description
1 parent 566dd51 commit 2ed34ed

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
@@ -1103,7 +1103,7 @@ $query->orWhereNotBoolean($column, bool $value);
11031103

11041104
#### Like
11051105

1106-
With the `whereLike` scope you can compare a column to a (case-sensitive) value.
1106+
With the `whereLike` scope you can do case-(in)sensitive like comparisons between a column and a value.
11071107

11081108
```php
11091109
$query->whereLike($column, $value, $caseSensitive = false);

0 commit comments

Comments
 (0)