13 lines
454 B
PHP
13 lines
454 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 'doctrine.mapping_info_command' shared service.
|
|
|
|
$this->services['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
|
|
|
|
$instance->setName('doctrine:mapping:info');
|
|
|
|
return $instance;
|