Exemplo n.º 1
0
 /**
  * Fired after a page type is restored.
  *
  * @param EntryInterface|TypeInterface $entry
  */
 public function restored(EntryInterface $entry)
 {
     $this->commands->dispatch(new RestorePages($entry));
     parent::restored($entry);
 }