@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | if(count($file) == 0){ |
67 | 67 | $this->repoNamespace=$this->repoName; |
68 | - }else{ |
|
68 | + } else{ |
|
69 | 69 | $name = $file[count($file) - 1]; |
70 | 70 | $this->repoNamespace=implode("\\", $file); |
71 | 71 | } |