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