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