webnotify/src/NotifyBundle/NotifyBundle.php
2016-02-20 19:14:23 +01:00

10 lines
119 B
PHP

<?php
namespace NotifyBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NotifyBundle extends Bundle
{
}