Skip to content

Commit

Permalink
Commit suggestion by @markstory in en/orm/query-builder.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Story <[email protected]>
  • Loading branch information
mehov and markstory authored Dec 6, 2023
1 parent 4cbe159 commit 7e71303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ To build that query with the ORM query builder we would use::
]
]);

If you need to build a recursive query (`WITH RECURSIVE …`), chain `->recursive()` onto `return $cte`.
If you need to build a recursive query (``WITH RECURSIVE …``), chain ``->recursive()`` onto ``return $cte``.

.. versionadded:: 4.1.0
Common table expression support was added.
Expand Down

0 comments on commit 7e71303

Please sign in to comment.