From 1557f255843515886421ecaba81fa5ab3f002eaa Mon Sep 17 00:00:00 2001 From: Mamun Ahmed Date: Fri, 28 Apr 2023 16:46:59 +0600 Subject: [PATCH 1/2] Updated document --- Resources/doc/audit-log-entity-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/audit-log-entity-orm.md b/Resources/doc/audit-log-entity-orm.md index a1d6708..abde793 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 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. From 93faa019ca73cf2b7d3559440ad6db35def4c7f9 Mon Sep 17 00:00:00 2001 From: Mamun Ahmed Date: Fri, 28 Apr 2023 16:46:59 +0600 Subject: [PATCH 2/2] Updated document --- Resources/doc/audit-log-entity-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/audit-log-entity-orm.md b/Resources/doc/audit-log-entity-orm.md index abde793..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 ORM/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.