DX: fix CS

This commit is contained in:
2023-04-13 09:58:22 +02:00
parent 0335986326
commit 1cd153fb78

View File

@@ -30,8 +30,7 @@ class WorkflowNotificationHandler implements NotificationHandlerInterface
EntityWorkflowRepository $entityWorkflowRepository,
EntityWorkflowManager $entityWorkflowManager,
Security $security
)
{
) {
$this->entityWorkflowRepository = $entityWorkflowRepository;
$this->entityWorkflowManager = $entityWorkflowManager;
$this->security = $security;