<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'Pimcore\Analytics\Piwik\Tracker' shared autowired service.@trigger_error('The "Pimcore\\Analytics\\Piwik\\Tracker" service is deprecated. You should stop using it, as it will be removed in the future.', E_USER_DEPRECATED);include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/Piwik/Config/ConfigProvider.php';return new \Pimcore\Analytics\Piwik\Tracker(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->privates['Pimcore\\Analytics\\Piwik\\Config\\ConfigProvider'] ?? ($this->privates['Pimcore\\Analytics\\Piwik\\Config\\ConfigProvider'] = new \Pimcore\Analytics\Piwik\Config\ConfigProvider())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')));