| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class MigrationService extends SimpleService { |
||
| 9 | use PropelHelperTrait; |
||
| 10 | |||
| 11 | |||
| 12 | /** |
||
| 13 | * @param string $module |
||
| 14 | * @param string $path |
||
| 15 | * @return array |
||
| 16 | * @throws \PSFS\base\exception\GeneratorException |
||
| 17 | */ |
||
| 18 | public function getConnectionManager(string $module, string $path): array { |
||
| 35 |