Skip to content

Commit

Permalink
Fix wrong class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Sep 26, 2024
1 parent 3066524 commit eae33b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Abstraction/StateMachine/WinzouStateMachine.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace FluxSE\SyliusPayumStripePlugin\Abstraction\StateMachine;

use SM\Factory\FactoryInterface;
use Sylius\Resource\StateMachine\StateMachineInterface as SyliusStateMachineInterface;
use Sylius\Component\Resource\StateMachine\StateMachine as SyliusStateMachineInterface;
use Webmozart\Assert\Assert;

final class WinzouStateMachine implements StateMachineInterface
Expand Down

0 comments on commit eae33b1

Please sign in to comment.