| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct( |
||
| 22 | ViewMatcherRegistry $viewMatcherRegistry, |
||
| 23 | Repository $repository, |
||
| 24 | $relativeNamespace = null, |
||
| 25 | array $matchConfig = [] |
||
| 26 | ) { |
||
| 27 | $this->viewMatcherRegistry = $viewMatcherRegistry; |
||
| 28 | |||
| 29 | parent::__construct($repository, $relativeNamespace, $matchConfig); |
||
| 30 | } |
||
| 31 | |||
| 46 |