<?php declare(strict_types=1);/** * valantic CEC Deutschland GmbH * Copyright (c) 2022. * * All rights reserved. * * @see https://www.valantic.com/ */namespace Valantic\Bundle\PentagastBundle;use Shopware\Core\Framework\Bundle;class PentagastBundle extends Bundle{ /** * @var mixed */ protected $name = 'Pentagast';}