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