<?php
/**
* @copyright Copyright (C) Ibexa AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
namespace Ibexa\Bundle\Scheduler;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class IbexaSchedulerBundle extends Bundle
{
}
class_alias(IbexaSchedulerBundle::class, 'EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle');