Skip to content

Commit 99be151

Browse files
authored
Fix variable name according to the example (#9485)
1 parent 4b77fd3 commit 99be151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/models/model.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Returns null or an indexed array of column values:
487487

488488
.. literalinclude:: model/008.php
489489

490-
``$column_name`` should be a name of single column else you will get the ``DataException``.
490+
``$columnName`` should be a name of single column else you will get the ``DataException``.
491491

492492
findAll()
493493
---------

0 commit comments

Comments
 (0)