@@ -43,7 +43,7 @@ |
||
| 43 | 43 | { |
| 44 | 44 | $path = $this->laravel['modules']->getModulePath($this->getModuleName()); |
| 45 | 45 | $config = GenerateConfigReader::read('class'); |
| 46 | - $path .= $this->type_path($config->getPath()) . '/' . $this->getFileName() . '.php'; |
|
| 46 | + $path .= $this->type_path($config->getPath()).'/'.$this->getFileName().'.php'; |
|
| 47 | 47 | |
| 48 | 48 | return $path; |
| 49 | 49 | } |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | { |
| 43 | 43 | $path = $this->laravel['modules']->getModulePath($this->getModuleName()); |
| 44 | 44 | $config = GenerateConfigReader::read('repository'); |
| 45 | - $path .= $this->type_path($config->getPath()) . '/' . $this->getFileName() . '.php'; |
|
| 45 | + $path .= $this->type_path($config->getPath()).'/'.$this->getFileName().'.php'; |
|
| 46 | 46 | |
| 47 | 47 | return $path; |
| 48 | 48 | } |