Exemplo n.º 1
0
 /**
  * Add many metas to the card.
  *
  * @param  array  $metas
  *
  * @return self
  */
 public function addMetas(array $metas)
 {
     $this->card->addMetas($metas);
     return $this;
 }