private function makeDevPath() { if (!file_exists(Tg::devPath())) { mkdir(Tg::devPath()); } }
private function getDevConfig() { if (file_exists(TgRobo::devLocation())) { return Yaml::parse(file_get_contents(TgRobo::devLocation())); } return []; }