File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212namespace BitBag \SyliusUserComPlugin \Api ;
1313
14+ use BitBag \SyliusUserComPlugin \Exception \UserComServerException ;
1415use BitBag \SyliusUserComPlugin \Manager \UserComApiTokenManagerInterface ;
1516use BitBag \SyliusUserComPlugin \Trait \UserComApiAwareInterface ;
1617use Psr \Log \LoggerInterface ;
Original file line number Diff line number Diff line change 1717use Sylius \Component \Order \Repository \OrderRepositoryInterface ;
1818use Sylius \Component \Resource \Repository \RepositoryInterface ;
1919use Symfony \Component \Messenger \Attribute \AsMessageHandler ;
20- use Symfony \Component \Messenger \Exception \RecoverableMessageHandlingException ;
2120use Symfony \Component \Messenger \Exception \UnrecoverableMessageHandlingException ;
2221use Symfony \Component \Messenger \Handler \MessageHandlerInterface ;
2322use Webmozart \Assert \Assert ;
Original file line number Diff line number Diff line change 1414use BitBag \SyliusUserComPlugin \Manager \CustomerUpdateManagerInterface ;
1515use BitBag \SyliusUserComPlugin \Message \UserSynchronization ;
1616use BitBag \SyliusUserComPlugin \Provider \UserComApiAwareResourceProviderInterface ;
17- use Psr \Log \LoggerInterface ;
1817use Sylius \Component \Core \Model \AddressInterface ;
1918use Sylius \Component \Core \Model \CustomerInterface ;
2019use Sylius \Component \Core \Repository \AddressRepositoryInterface ;
2120use Sylius \Component \Core \Repository \CustomerRepositoryInterface ;
2221use Sylius \Component \Resource \Repository \RepositoryInterface ;
23- use Symfony \Component \Messenger \Exception \RecoverableMessageHandlingException ;
2422use Symfony \Component \Messenger \Exception \UnrecoverableMessageHandlingException ;
2523use Webmozart \Assert \Assert ;
2624
You can’t perform that action at this time.
0 commit comments