services['event_dispatcher'] ?? self::getEventDispatcherService($container)); if (isset($container->privates['notifier.transport_factory.null'])) { return $container->privates['notifier.transport_factory.null']; } return $container->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($container->privates['http_client.uri_template'] ?? $container->load('getHttpClient_UriTemplateService'))); } }