nexmo-bundle/JhgNexmoBundle.php
2014-03-31 00:20:02 +02:00

14 lines
171 B
PHP

<?php
namespace Jhg\NexmoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle.
* @author Javi Hernández
*/
class JhgNexmoBundle extends Bundle
{
}