| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 68 | 2 | protected function getDestinationFilePath() |
|
| 69 | { |
||
| 70 | 2 | $path = $this->laravel['modules']->getModulePath($this->getModuleName()); |
|
| 71 | |||
| 72 | 2 | $generatorPath = $this->laravel['modules']->config('paths.generator.provider'); |
|
| 73 | |||
| 74 | 2 | return $path . $generatorPath . '/' . $this->getFileName() . '.php'; |
|
| 75 | } |
||
| 76 | } |
||
| 77 |