-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Describe the bug
The Laudis\Neo4j\Common\TransactionHelper class was removed from the PHP client in version 3.4.0: neo4j-php/neo4j-php-client@3.3.0...3.4.0#diff-5d42ccb260c935054d7f2043c2ca1d8c1b3e5673e7f8ed1ae7f87620714ae052
SymfonySession::writeTransaction() uses this class
To Reproduce
Steps to reproduce the behavior:
- Call
SessionInterface::writeTransaction()
Throws:
In SymfonySession.php line 79:
[Symfony\Component\ErrorHandler\Error\ClassNotFoundError]
Attempted to load class "TransactionHelper" from namespace "Laudis\Neo4j\Common".
Did you forget a "use" statement for another namespace?
Expected behavior
No error.
Desktop:
- Library version: 3.4.0
- PHP version: 8.2