Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/orm/retrieving-data-and-resultsets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ by using the ``finder`` option::
The list of options supported by get() are:

- ``cache`` cache config.
- ``cacheKey`` cache key.
- ``key`` cache key.
- ``finder`` custom finder function.
- ``conditions`` provide conditions for the WHERE clause of your query.
- ``limit`` Set the number of rows you want.
Expand Down