diff --git a/Resources/doc/audit-log-entity-orm.md b/Resources/doc/audit-log-entity-orm.md index a1d6708..6e9f4e5 100644 --- a/Resources/doc/audit-log-entity-orm.md +++ b/Resources/doc/audit-log-entity-orm.md @@ -1,6 +1,6 @@ # Step 3: Create audit_log entity mapping -BaseAuditLog class does not provide ODM/ODM Mapping, +BaseAuditLog class does not provide any ORM/ODM Mapping, you must create one. This can be done by extending the BaseAuditLog model provided by the bundle and creating the appropriate mappings.