@@ -60,7 +60,7 @@ |
||
| 60 | 60 | |
| 61 | 61 | $seederPath = $this->laravel['modules']->config('paths.generator.test'); |
| 62 | 62 | |
| 63 | - return $path . $seederPath . '/' . $this->getFileName() . '.php'; |
|
| 63 | + return $path.$seederPath.'/'.$this->getFileName().'.php'; |
|
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | $seederPath = $this->laravel['modules']->config('paths.generator.resource'); |
| 70 | 70 | |
| 71 | - return $path . $seederPath . '/' . $this->getFileName() . '.php'; |
|
| 71 | + return $path.$seederPath.'/'.$this->getFileName().'.php'; |
|
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |