Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class DocumentGeneratorProvider extends AbstractSignatureServiceProvider |
||
14 | { |
||
15 | /** |
||
16 | * @inheritdoc |
||
17 | */ |
||
18 | public function provides() |
||
19 | { |
||
20 | return ['dg.pdf-letters.manager']; |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | public function register() |
||
29 | } |
||
30 | |||
31 | protected function registerPdfLettersManager() |
||
35 | }); |
||
36 | } |
||
37 | |||
38 | protected function registerCommands() |
||
45 |