Exemplo n.º 1
0
 /**
  * using method
  *
  * @param $transformerName
  * @return $this
  */
 public function using($transformerName)
 {
     $this->provider->using($transformerName);
     return $this;
 }