Skip to content

Commit 1d46a57

Browse files
committed
docs: make important thing as a note
1 parent 76b23f2 commit 1d46a57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/models/model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ of just one:
277277

278278
.. literalinclude:: model/007.php
279279

280-
If no parameters are passed in, will return all rows in that model's table, effectively acting
281-
like ``findAll()``, though less explicit.
280+
.. note:: If no parameters are passed in, ``find()`` will return all rows in that model's table,
281+
effectively acting like ``findAll()``, though less explicit.
282282

283283
findColumn()
284284
------------

0 commit comments

Comments
 (0)