nexmo-bundle/JhgNexmoBundle.php

14 lines
197 B
PHP
Raw Normal View History

2013-12-09 19:29:26 +00:00
<?php
namespace Jhg\NexmoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle.
* @author Javi Hernández Gil <bilbo@deverbena.com>
*/
class JhgNexmoBundle extends Bundle
{
}