Setono / SyliusFeedPlugin

Create feeds in your Sylius shop
MIT License
23 stars 45 forks source link

Use Workflow interface instead of implementation #98

Open coldic3 opened 1 month ago

coldic3 commented 1 month ago

The workflow registry returns WorkflowInterface and in SF 6.4 if APP_DEBUG is enabled, it uses Symfony\Component\Workflow\Debug\TraceableWorkflow. That causes the issue. Using the interface fixes it.