EncryptBundle icon indicating copy to clipboard operation
EncryptBundle copied to clipboard

Symfony 6.4 disabled annotations in framwork bundle and site crashed.

Open asifkhanpathan opened this issue 3 months ago • 0 comments

in symfony 6.4 annotations are deprecated and disabled in framework but in SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand service Doctrine\Common\Annotations\Reader is autoloading as annotationReader which is disabled result in site crashed with error

Cannot autowire service "SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand": argument "$annotationReader" of method "__construct()" references interface "Doctrine\Common\Annotations\Reader" but no such service exists. Did you create a class that implements this interface?

asifkhanpathan avatar Mar 30 '24 19:03 asifkhanpathan