Exemplo n.º 1
0
 /**
  * Set stub path.
  *
  * @param string $stubPath
  * @return $this 
  * @static 
  */
 public static function setStubPath($stubPath)
 {
     return \Pingpong\Modules\Repository::setStubPath($stubPath);
 }