Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 11, 2024
1 parent 712679c commit 226a5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ CakePHP recommends a few conventions for enums:
- Enum classnames should follow ``{Entity}{ColumnName}`` style to enable
detection while running bake and to aid with project consistency.
- Enum cases should use CamelCase style.
- Enums should implement the ``Cake\Database\Type\\EnumLabelInterface`` to
- Enums should implement the ``Cake\Database\Type\EnumLabelInterface`` to
improve compatibility with bake, and ``FormHelper``.


Expand Down

0 comments on commit 226a5e9

Please sign in to comment.