@@ -49,7 +49,7 @@ |
||
49 | 49 | { |
50 | 50 | $path = $this->laravel['modules']->getModulePath($this->getModuleName()); |
51 | 51 | $config = GenerateConfigReader::read('class'); |
52 | - $path .= $this->typePath($config->getPath()) . '/' . $this->getFileName() . '.php'; |
|
52 | + $path .= $this->typePath($config->getPath()).'/'.$this->getFileName().'.php'; |
|
53 | 53 | |
54 | 54 | return $path; |
55 | 55 | } |