*/ class ConfigServiceFactory implements FactoryInterface { /** * {@inheritDoc} * * @return array */ public function createService(ServiceLocatorInterface $serviceLocator) { $config = $serviceLocator->get('Config'); return $config['bjyauthorize']; } }