vendor/ibexa/scheduler/src/bundle/IbexaSchedulerBundle.php line 12

Open in your IDE?
  1. <?php
  2. /**
  3.  * @copyright Copyright (C) Ibexa AS. All rights reserved.
  4.  * @license For full copyright and license information view LICENSE file distributed with this source code.
  5.  */
  6. namespace Ibexa\Bundle\Scheduler;
  7. use Symfony\Component\HttpKernel\Bundle\Bundle;
  8. class IbexaSchedulerBundle extends Bundle
  9. {
  10. }
  11. class_alias(IbexaSchedulerBundle::class, 'EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle');