Example #1
0
File: Tg.php Project: twhiston/tg
 private function makeDevPath()
 {
     if (!file_exists(Tg::devPath())) {
         mkdir(Tg::devPath());
     }
 }