nexmo-bundle/JhgNexmoBundle.php

14 lines
171 B
PHP
Raw Normal View History

2013-12-09 20:29:26 +01:00
<?php
namespace Jhg\NexmoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle.
2014-03-31 00:20:02 +02:00
* @author Javi Hernández
2013-12-09 20:29:26 +01:00
*/
class JhgNexmoBundle extends Bundle
{
}