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