DamienHarper / auditor-bundle

The missing audit log library
MIT License
400 stars 121 forks source link

Example Annotation `use` Statement Shown for Auditing Configuration in Docs Undefined #361

Closed AnthonyANI closed 10 months ago

AnthonyANI commented 1 year ago

The docs show a use statement use DH\AuditorBundle\Annotation as Audit;, but it appears there is no such Annotation available. I had to comb through past annotation issues referencing a related pull to discover that it should be use DH\Auditor\Provider\Doctrine\Auditing\Annotation as Audit; which then allowed my schema to update and the auditor to function as expected.

Should it be the former for AuditorBundle, or the latter? I used composer require damienharper/auditor-bundle with Symfony Flex. Thanks.

dmitryuk commented 1 year ago

MR https://github.com/DamienHarper/auditor-docs/pull/12/files

DamienHarper commented 10 months ago

Done