Current File : //var/www/prestashop/var/cache/prod/ContainerMN6PLKt/getConsole_Command_CacheWarmupService.php
<?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 'console.command.cache_warmup' shared service.

$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->load('getCacheWarmerService.php')));

$instance->setName('cache:warmup');

return $instance;