Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing service with symfony 7.1.8 #61

Open
tgiraudeau-prolaser opened this issue Dec 6, 2024 · 1 comment
Open

Missing service with symfony 7.1.8 #61

tgiraudeau-prolaser opened this issue Dec 6, 2024 · 1 comment

Comments

@tgiraudeau-prolaser
Copy link

tgiraudeau-prolaser commented Dec 6, 2024

I've got an error when i tried to clear cache with symfony 7.1.8 :

image

@shochdoerfer
Copy link

Not ideal, but I could solve this by defining the following service in my services.yaml file:

services:
    # needed by specshaper/encrypt-bundle
    Doctrine\Common\Annotations\Reader:
        class: Doctrine\Common\Annotations\AnnotationReader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants