17 lines
210 B
PHP
17 lines
210 B
PHP
<?php
|
|
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ondra
|
|
* Date: 30.1.18
|
|
* Time: 15:33.
|
|
*/
|
|
|
|
namespace KupShop\RewriteBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class RewriteBundle extends Bundle
|
|
{
|
|
}
|