restore() public method

Restore a notification for all users.
public restore ( Flarum\Core\Notification\BlueprintInterface $blueprint ) : void
$blueprint Flarum\Core\Notification\BlueprintInterface
return void
コード例 #1
0
 /**
  * @param PostWasRestored $event
  */
 public function whenPostWasRestored(PostWasRestored $event)
 {
     $this->notifications->restore($this->getNotification($event->post));
 }