Exemplo n.º 1
0
 /**
  * Create a new supplier.
  *
  * @param array $data
  * @return Supplier
  * @throws NoSupplier
  */
 public function createSupplier(array $data) : Supplier
 {
     return $this->parent->createSupplier($this->name, $data);
 }