示例#1
0
 /**
  * {@inheritdoc}
  */
 public function boot(Application $application)
 {
     $container = $application->getKernel()->getContainer();
     if ($container->has($this->service)) {
         $application->setDispatcher($container->get($this->service));
     }
 }