Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function addAttachments(array $attachments)
 {
     $this->attachments = BubbleableMetadata::mergeAttachments($this->attachments, $attachments);
     return $this;
 }