We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35cf249 + f79b406 commit 051e171Copy full SHA for 051e171
1 file changed
user_guide_src/source/models/entities.rst
@@ -187,7 +187,7 @@ class property will be access through the ``setCreatedAt()`` and ``getCreatedAt(
187
188
In the ``setPassword()`` method we ensure that the password is always hashed.
189
190
-In ``setCreatedOn()`` we convert the string we receive from the model into a DateTime object, ensuring that our timezone
+In ``setCreatedAt()`` we convert the string we receive from the model into a DateTime object, ensuring that our timezone
191
is UTC so we can easily convert the the viewer's current timezone. In ``getCreatedAt()``, it converts the time to
192
a formatted string in the application's current timezone.
193
0 commit comments