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