Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function __construct($service, Container $container, FluentPdoFactory $fluentPdo) |
||
40 | { |
||
41 | $this->service = $service; |
||
42 | $this->pluginRoutes = $container->hasParameter('majima.plugin.routes') ? $container->getParameter('majima.plugin.routes') : []; |
||
43 | |||
44 | parent::__construct($container, $fluentPdo); |
||
45 | } |
||
60 | } |