<?php

namespace ContainerRYWeSXx;

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 getTrackingUserControllerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'App\Controller\TrackingUserController' shared autowired service.
     *
     * @return \App\Controller\TrackingUserController
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['App\\Controller\\TrackingUserController'] = $instance = new \App\Controller\TrackingUserController();

        $instance->setContainer(($container->privates['.service_locator.Mzkeuic'] ?? $container->load('get_ServiceLocator_MzkeuicService'))->withContext('App\\Controller\\TrackingUserController', $container));

        return $instance;
    }
}
