vendor/ibexa/core-persistence/src/bundle/IbexaCorePersistenceBundle.php line 13

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. declare(strict_types=1);
  7. namespace Ibexa\Bundle\CorePersistence;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. final class IbexaCorePersistenceBundle extends Bundle
  10. {
  11. }