| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 36 | 1 | public function init(ModuleManagerInterface $manager) | |
| 37 |     { | ||
| 38 | 1 | $sharedEventManager = $manager->getEventManager()->getSharedManager(); | |
| 39 | 1 | $listener = new Listener\RegisterProxyDriverListener(); | |
| 40 | 1 | $sharedEventManager->attach( | |
| 41 | 1 | Application::class, | |
| 42 | 1 | MvcEvent::EVENT_BOOTSTRAP, | |
| 43 | 1 | [$listener, 'onBootstrap'] | |
| 44 | ); | ||
| 45 | 1 | } | |
| 46 | } | ||
| 47 |