var/cache/dev/ContainerPyX3tLQ/getWorkflow_RegistryService.php line 15

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'workflow.registry' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/Registry.php';
  7. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/SupportStrategy/SupportStrategyInterface.php';
  8. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/SupportStrategy/ClassInstanceSupportStrategy.php';
  9. $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  10. $instance->add(($this->services['state_machine.citroen_vehicle_workflow'] ?? $this->load('getStateMachine_CitroenVehicleWorkflowService.php')), new \Symfony\Component\Workflow\SupportStrategy\ClassInstanceSupportStrategy('Pimcore\\Model\\DataObject\\VehicleMaster'));
  11. return $instance;