mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
namespace Nelmio\ApiDocBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class NelmioApiDocBundle extends Bundle
|
|
{
|
|
}
|