We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Symfony 3.2.3 and ORM 2.5.6 (or master), when I remove cache configuration from entity I am getting:
Attempted to call an undefined method named "getCacheRegion" of class "Doctrine\ORM\Persisters\Entity\BasicEntityPersister".
because method getEntityPersister is returning Doctrine\ORM\Persisters\Entity\BasicEntityPersister istead of AbstractEntityPersister.
Doctrine\ORM\Persisters\Entity\BasicEntityPersister
AbstractEntityPersister
The text was updated successfully, but these errors were encountered:
@kubawerlos can you try current master? I think it was fixed there, but not backported due to complexity
master
Sorry, something went wrong.
I believe is a duplicate of #6124 and #5808
Closing as duplicate of #6124
Ocramius
No branches or pull requests
With Symfony 3.2.3 and ORM 2.5.6 (or master), when I remove cache configuration from entity I am getting:
because method getEntityPersister is returning
Doctrine\ORM\Persisters\Entity\BasicEntityPersister
istead ofAbstractEntityPersister
.The text was updated successfully, but these errors were encountered: