<?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 public 'PsCheckout\Infrastructure\Bootstrap\Install\Installer' shared service.

return $this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\Installer'] = new \PsCheckout\Infrastructure\Bootstrap\Install\Installer(($this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\ConfigurationInstaller'] ?? $this->load('getConfigurationInstallerService.php')), ($this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\DatabaseTableInstaller'] ?? $this->load('getDatabaseTableInstallerService.php')), ($this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\FundingSourceInstaller'] ?? $this->load('getFundingSourceInstallerService.php')), ($this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\OrderStateInstaller'] ?? $this->load('getOrderStateInstallerService.php')), ($this->services['PsCheckout\\Infrastructure\\Bootstrap\\Install\\CompatibilityRulesInstaller'] ?? $this->load('getCompatibilityRulesInstallerService.php')));
