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