Files
kupshop/bundles/KupShop/DeliveryPriceListBundle/DeliveryPriceListBundle.php
2025-08-02 16:30:27 +02:00

10 lines
149 B
PHP

<?php
namespace KupShop\DeliveryPriceListBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class DeliveryPriceListBundle extends Bundle
{
}