<?php/** * Class MWSApiPlatformExtraBundle * @package MWS\ApiPlatformExtra * @author Martin Walther <martin@myweb.solutions> * * (c) MyWebSolutions */namespace MWS\ApiPlatformExtraBundle;use Symfony\Component\DependencyInjection\ContainerBuilder;use Symfony\Component\HttpKernel\Bundle\Bundle;class MWSApiPlatformExtraBundle extends Bundle{ /** * @param ContainerBuilder $container */ public function build(ContainerBuilder $container) { parent::build($container); }}