Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | public function __construct( $view, \Symfony\Component\HttpFoundation\Response $response ) |
||
31 | { |
||
32 | $factory = new \Symfony\Bridge\PsrHttpMessage\Factory\DiactorosFactory(); |
||
33 | $psr7response = $factory->createResponse( $response ); |
||
34 | |||
35 | parent::__construct( $view, $psr7response ); |
||
36 | } |
||
37 | } |
||
38 |