NelmioApiDocBundle/NelmioApiBundle.php
2012-04-11 20:00:21 +02:00

10 lines
126 B
PHP

<?php
namespace Nelmio\ApiBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NelmioApiBundle extends Bundle
{
}