13 lines
808 B
PHP
13 lines
808 B
PHP
<?php
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
|
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
|
// Returns the private 'fos_js_routing.dump_command' shared service.
|
|
|
|
$this->services['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(${($_ = isset($this->services['fos_js_routing.extractor']) ? $this->services['fos_js_routing.extractor'] : $this->load('getFosJsRouting_ExtractorService.php')) && false ?: '_'}, ${($_ = isset($this->services['fos_js_routing.serializer']) ? $this->services['fos_js_routing.serializer'] : $this->load('getFosJsRouting_SerializerService.php')) && false ?: '_'}, $this->targetDirs[3], NULL);
|
|
|
|
$instance->setName('fos:js-routing:dump');
|
|
|
|
return $instance;
|