Advertisement
shakaran

dependency-injection

Sep 26th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.73 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 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();
  13.  
  14. $instance->setName('myapp:dailyreport');
  15.  
  16. return $instance;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement