shakaran

dep-inyection

Sep 27th, 2019
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.08 KB | None | 0 0
  1. <?php
  2.  
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5.  
  6. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  7. // Returns the private 'MyAPP\Bundle\MainBundle\Command\DailyReportCommand' shared autowired service.
  8.  
  9. include_once $this->targetDirs[3].'/vendor/symfony/console/Command/Command.php';
  10. include_once $this->targetDirs[3].'/src/MyAPP/Bundle/MainBundle/Command/DailyReportCommand.php';
  11.  
  12. $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')));
  13.  
  14. $instance->setName('myapp:dailyreport');
  15.  
  16. return $instance;
Advertisement
Add Comment
Please, Sign In to add comment