Example #1
0
 /**
  * @param BlockInterface $block
  */
 public function visit(BlockInterface $block)
 {
     $this->blockManager->revertSingle($block, $this->rootVersion);
 }