<?php

use 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 'campaign_listener' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EntityListener/CampaignListener.php';

return $this->privates['campaign_listener'] = new \App\EntityListener\CampaignListener(($this->privates['App\\Service\\PageAuthorityChecker'] ?? $this->load('getPageAuthorityCheckerService.php')), ($this->privates['App\\Service\\DomainAuthorityChecker'] ?? $this->load('getDomainAuthorityCheckerService.php')), ($this->privates['App\\Service\\TrustFlowChecker'] ?? $this->load('getTrustFlowCheckerService.php')), ($this->privates['App\\Service\\CitationFlowChecker'] ?? $this->load('getCitationFlowCheckerService.php')), ($this->privates['App\\Service\\StatsProcessor'] ?? $this->load('getStatsProcessorService.php')));
