get('config'); return new Adapter($config['db']); } /** * Create db adapter service (v2) * * @param ServiceLocatorInterface $container * @return Adapter */ public function createService(ServiceLocatorInterface $container) { return $this($container, Adapter::class); } }