var/cache/dev/ContainerXhyNa0j/getTracker2Service.php line 9

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'Pimcore\Analytics\Piwik\Tracker' shared autowired service.
  6. @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);
  7. include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Piwik/Config/ConfigProvider.php';
  8. 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')));