<?php

namespace ContainerNcOKZQY;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/**
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getOAuth2ControllerService extends AdminKernelProdDebugContainer
{
    /**
     * Gets the public 'PrestaShop\Module\PsAccounts\Controller\Admin\OAuth2Controller' shared autowired service.
     *
     * @return \PrestaShop\Module\PsAccounts\Controller\Admin\OAuth2Controller
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['PrestaShop\\Module\\PsAccounts\\Controller\\Admin\\OAuth2Controller'] = $instance = new \PrestaShop\Module\PsAccounts\Controller\Admin\OAuth2Controller();

        $instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('PrestaShop\\Module\\PsAccounts\\Controller\\Admin\\OAuth2Controller', $container));

        return $instance;
    }
}
