Skip to content

Commit 6b3ed27

Browse files
author
Willem Oostendorp
committed
Removed unused use clause
1 parent c23de94 commit 6b3ed27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/WorkflowRegistry.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
use Symfony\Component\Workflow\MarkingStore\SingleStateMarkingStore;
1212
use Symfony\Component\Workflow\Registry;
1313
use Symfony\Component\Workflow\StateMachine;
14-
use Symfony\Component\Workflow\SupportStrategy\SupportStrategyInterface;
14+
use Symfony\Component\Workflow\SupportStrategy\ClassInstanceSupportStrategy;
1515
use Symfony\Component\Workflow\Transition;
1616
use Symfony\Component\Workflow\Workflow;
17-
use Symfony\Component\Workflow\SupportStrategy\ClassInstanceSupportStrategy;
1817

1918
/**
2019
* @author Boris Koumondji <brexis@yahoo.fr>

0 commit comments

Comments
 (0)