Skip to content

Commit 99dc470

Browse files
committed
add cross link
1 parent 7dd006f commit 99dc470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/query-builder.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ whereLike() and whereNotLike() Methods
385385
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
386386

387387
The following methods provide the same functionality as using the
388-
``like`` query operator to match patterns:
388+
:ref:`like <laravel-query-builder-pattern>` query operator to match
389+
patterns:
389390

390391
- ``whereLike()``: Matches a specified pattern. By default, this method
391392
performs a case-insensitive match. You can enable case-sensitivity by

0 commit comments

Comments
 (0)