<?php

namespace ContainerYbU9dcX;

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 getDeleteFilesControllerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'App\Engine\Files\FilesJs\Controllers\DeleteFilesController' shared autowired service.
     *
     * @return \App\Engine\Files\FilesJs\Controllers\DeleteFilesController
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['App\\Engine\\Files\\FilesJs\\Controllers\\DeleteFilesController'] = $instance = new \App\Engine\Files\FilesJs\Controllers\DeleteFilesController(($container->services['kernel'] ?? $container->get('kernel', 1)));

        $instance->setContainer(($container->privates['.service_locator.TJNRSaV'] ?? $container->load('get_ServiceLocator_TJNRSaVService'))->withContext('App\\Engine\\Files\\FilesJs\\Controllers\\DeleteFilesController', $container));

        return $instance;
    }
}
