/**
  * {@inheritdoc}
  */
 public function write(array $items)
 {
     if (!$this->transport) {
         throw new \InvalidArgumentException('Transport was not provided');
     }
     parent::write($items);
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function write(array $items)
 {
     $this->clearContext();
     parent::write($items);
 }