Skip to content

Commit b7e0f8b

Browse files
committed
docs: fix the variable name
1 parent 46d592a commit b7e0f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ By default, the Entity class will convert fields named `created_at`, `updated_at
299299
:doc:`Time </libraries/time>` instances whenever they are set or retrieved. The Time class provides a large number
300300
of helpful methods in an immutable, localized way.
301301

302-
You can define which properties are automatically converted by adding the name to the **options['dates']** array::
302+
You can define which properties are automatically converted by adding the name to the ``$dates`` property::
303303

304304
<?php
305305

0 commit comments

Comments
 (0)