nexmo-bundle/JhgNexmoBundle.php

14 lines
171 B
PHP
Raw Permalink Normal View History

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