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