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

10 lines
127 B
PHP

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