Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | public function __construct( |
||
31 | General $generalConfig, |
||
32 | Frontend $frontendConfig, |
||
33 | Backend $backendConfig, |
||
34 | string $area, |
||
35 | ?string $configPath |
||
36 | ) { |
||
37 | parent::__construct( |
||
38 | $generalConfig, |
||
39 | $frontendConfig, |
||
40 | $backendConfig, |
||
41 | $area |
||
42 | ); |
||
43 | |||
44 | $this->configPath = $configPath; |
||
45 | } |
||
59 |