Exemplo n.º 1
0
 /**
  * Set the card site.
  *
  * @param  string  $site
  *
  * @return self
  */
 public function setSite($site)
 {
     $this->card->setSite($site);
     return $this;
 }