@@ -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 | } |