mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: fix CS
This commit is contained in:
parent
0335986326
commit
1cd153fb78
@ -30,8 +30,7 @@ class WorkflowNotificationHandler implements NotificationHandlerInterface
|
|||||||
EntityWorkflowRepository $entityWorkflowRepository,
|
EntityWorkflowRepository $entityWorkflowRepository,
|
||||||
EntityWorkflowManager $entityWorkflowManager,
|
EntityWorkflowManager $entityWorkflowManager,
|
||||||
Security $security
|
Security $security
|
||||||
)
|
) {
|
||||||
{
|
|
||||||
$this->entityWorkflowRepository = $entityWorkflowRepository;
|
$this->entityWorkflowRepository = $entityWorkflowRepository;
|
||||||
$this->entityWorkflowManager = $entityWorkflowManager;
|
$this->entityWorkflowManager = $entityWorkflowManager;
|
||||||
$this->security = $security;
|
$this->security = $security;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user