<?phpuse 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/pimcore/pimcore/lib/Workflow/SupportStrategy/ExpressionSupportStrategy.php';$this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();$instance->add(($this->services['state_machine.simple_asset_workflow'] ?? $this->load('getStateMachine_SimpleAssetWorkflowService.php')), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->load('getExpressionServiceService.php')), '\\Pimcore\\Model\\dataObject', 'is_fully_authenticated()'));return $instance;