NelmioApiDocBundle/NelmioApiBundle.php

10 lines
126 B
PHP
Raw Normal View History

2012-04-11 20:00:21 +02:00
<?php
namespace Nelmio\ApiBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NelmioApiBundle extends Bundle
{
}