<?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 'akeneo_communication_channel.query.dbal.find_viewed_announcement_ids' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CommunicationChannelBundle/back/Domain/Announcement/Query/FindViewedAnnouncementIdsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CommunicationChannelBundle/back/Infrastructure/Persistence/Dbal/Query/DbalFindViewedAnnouncementIds.php';

return $this->privates['akeneo_communication_channel.query.dbal.find_viewed_announcement_ids'] = new \Akeneo\Platform\Bundle\CommunicationChannelBundle\back\Infrastructure\Persistence\Dbal\Query\DbalFindViewedAnnouncementIds(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
