Example #1
0
 /**
  * @inheritdoc
  */
 protected function configureUserContainer(ContainerInterface $container, array $configurators)
 {
     parent::configureUserContainer($container, $configurators);
     $this->dispatchEvent(self::EVENT_ON_CONTAINER_LAST_CONFIGURATOR, [$container]);
 }