webnotify/src/NotifyBundle/NotifyBundle.php

10 lines
119 B
PHP
Raw Normal View History

2016-02-20 16:35:07 +01:00
<?php
2016-02-20 19:14:23 +01:00
namespace NotifyBundle;
2016-02-20 16:35:07 +01:00
use Symfony\Component\HttpKernel\Bundle\Bundle;
2016-02-20 19:14:23 +01:00
class NotifyBundle extends Bundle
2016-02-20 16:35:07 +01:00
{
}