예제 #1
0
파일: Git.php 프로젝트: ratibus/pflow
 /**
  * @return string
  */
 public function getLast()
 {
     return $this->git->getConfig('pflow.history.last');
 }
예제 #2
0
파일: Command.php 프로젝트: ratibus/pflow
 /**
  * @param string $name
  * @return string
  */
 public function getConfig($name)
 {
     return $this->git->getConfig($name);
 }