diff --git a/src/DoctrineDbalContentGraphProjection.php b/src/DoctrineDbalContentGraphProjection.php index 4e998fd..025f596 100644 --- a/src/DoctrineDbalContentGraphProjection.php +++ b/src/DoctrineDbalContentGraphProjection.php @@ -62,6 +62,7 @@ use Neos\ContentRepository\Core\Feature\WorkspaceRebase\Event\WorkspaceRebaseFailed; use Neos\ContentRepository\Core\Feature\WorkspaceRebase\Event\WorkspaceWasRebased; use Neos\ContentRepository\Core\Infrastructure\DbalSchemaDiff; +use Neos\ContentRepository\Core\Infrastructure\ProjectionTransactionTrait; use Neos\ContentRepository\Core\NodeType\NodeTypeName; use Neos\ContentRepository\Core\Projection\ContentGraph\ContentGraphProjectionInterface; use Neos\ContentRepository\Core\Projection\ContentGraph\ContentGraphReadModelInterface; @@ -80,6 +81,8 @@ */ final class DoctrineDbalContentGraphProjection implements ContentGraphProjectionInterface { + use ProjectionTransactionTrait; + use ContentStream; use NodeMove; use NodeRemoval;