Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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 'MyAPP\Bundle\MainBundle\Command\DailyReportCommand' shared autowired service.
- include_once $this->targetDirs[3].'/vendor/symfony/console/Command/Command.php';
- include_once $this->targetDirs[3].'/src/MyAPP/Bundle/MainBundle/Command/DailyReportCommand.php';
- $this->privates['MyAPP\\Bundle\\MainBundle\\Command\\DailyReportCommand'] = $instance = new \MyAPP\Bundle\MainBundle\Command\DailyReportCommand($this, ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')));
- $instance->setName('myapp:dailyreport');
- return $instance;
Advertisement
Add Comment
Please, Sign In to add comment