Ejemplo n.º 1
0
 function getTree($proj, $filepath = '')
 {
     return Git::lsTree($proj, $filepath);
 }