Skip to content

Commit a8c3854

Browse files
committed
Move state machine
1 parent 1938ab8 commit a8c3854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Component/legacy/src/StateMachine/StateMachine.php renamed to src/Component/src/StateMachine/StateMachine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace Sylius\Component\Resource\StateMachine;
14+
namespace Sylius\Resource\StateMachine;
1515

1616
use SM\StateMachine\StateMachine as BaseStateMachine;
1717

src/Component/legacy/src/StateMachine/StateMachineInterface.php renamed to src/Component/src/StateMachine/StateMachineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace Sylius\Component\Resource\StateMachine;
14+
namespace Sylius\Resource\StateMachine;
1515

1616
use SM\StateMachine\StateMachineInterface as BaseStateMachineInterface;
1717

0 commit comments

Comments
 (0)