DamienHarper / auditor

auditor, the missing audit log library
MIT License
164 stars 53 forks source link

Example use statement shown for Auditing Configuration in Docs Undefined #162

Closed AnthonyANI closed 1 year 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.

AnthonyANI commented 1 year ago

Wrong repo. Resubmitted: https://github.com/DamienHarper/auditor-bundle/issues/361