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