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