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

10 lines
139 B
PHP

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