-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Implements TransactionalManagerInterface #442
Comments
Ok we have the first problem here, sonata-doctrine-extension requires php 8 https://github.com/sonata-project/sonata-doctrine-extensions/blob/2.x/composer.json But in my option we should release 4.0 with support for |
It's not a problem. We can still introduce the feature for now. |
Ok I got it ;) |
IMO this issue should be moved to doctrine extensions |
I would say it's done |
Implements TransactionalManagerInterface and Use in SnapshotManagerInterface
This idea was raised in this PR: sonata-project/SonataPageBundle#1548
beginTransaction
andcommit
methods are calledThe text was updated successfully, but these errors were encountered: