<?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 'pim_installer.install_status_manager' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/InstallStatusManager/InstallStatusManager.php';

return $this->privates['pim_installer.install_status_manager'] = new \Akeneo\Platform\Bundle\InstallerBundle\InstallStatusManager\InstallStatusManager(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('APP_DATABASE_NAME'));
