10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace KupShop\DeliveryPriceListBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class DeliveryPriceListBundle extends Bundle
|
|
{
|
|
}
|