<?php
/**
* OpenAPIServerBundle
*
* PHP version 7.1.3
*
* @category Class
* @package App\Library\Api\build
* @author OpenAPI Generator team
* @link https://github.com/openapitools/openapi-generator
*/
/**
* Vensta API
*
* (Rev. 07.05.24)
*
* The version of the OpenAPI document: 1.0.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*
*/
/**
* NOTE: This class is auto generated by the openapi generator program.
* https://github.com/openapitools/openapi-generator
* Do not edit the class manually.
*/
namespace App\Library\Api\build;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use App\Library\Api\build\DependencyInjection\Compiler\OpenAPIServerApiPass;
/**
* OpenAPIServerBundle Class Doc Comment
*
* @category Class
* @package App\Library\Api\build
* @author OpenAPI Generator team
* @link https://github.com/openapitools/openapi-generator
*/
class OpenAPIServerBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
$container->addCompilerPass(new OpenAPIServerApiPass());
}
}